From 077f1d9fe79cda8c8f9257218d9cc7352761e829 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 17 Jul 2010 10:30:43 +0200 Subject: Update docs --- doc/en/autogen/user/irc_options.txt | 5 +++++ doc/en/autogen/user/weechat_commands.txt | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/en/autogen') diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 5536a0b14..06acf7bc1 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -163,6 +163,11 @@ ** type: integer ** values: current, server (default value: current) +* *irc.look.nick_color_stop_chars* +** description: chars used to stop in nick when computing color with letters of nick (at least one char outside this list must be in string before stopping) (example: nick "_nick_away" with "_" in chars will return color of nick "_nick") +** type: string +** values: any string (default value: "_|[") + * *irc.look.nick_completion_smart* ** description: smart completion for nicks (completes first with last speakers) ** type: integer diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 8a10f8f82..1bc39576e 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -137,7 +137,9 @@ -all: delete all filters plugin.buffer: plugin and buffer where filter is active ("*" for all buffers) tags: comma separated list of tags, for example: "irc_join,irc_part,irc_quit" - regex: regular expression to search in line (use \t to separate prefix from message, special chars like '|' must be escaped: '\|') + regex: regular expression to search in line + - use '\t' to separate prefix from message, special chars like '|' must be escaped: '\|' + - if regex starts with '!', then matching result is reversed (use '\!' to start with '!') The default key alt+'=' toggles filtering on/off. @@ -155,6 +157,8 @@ /filter add nicks * irc_366 * filter nick "toto" on IRC channel #weechat: /filter add toto irc.freenode.#weechat * toto\t + keep only nick "titi" on IRC channel #test: + /filter add titi irc.freenode.#test * !titi\t filter lines containing word "spam": /filter add filterspam * * spam filter lines containing "weechat sucks" on IRC channel #weechat: -- cgit v1.2.3