summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-07-17 10:30:43 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-07-17 10:30:43 +0200
commit077f1d9fe79cda8c8f9257218d9cc7352761e829 (patch)
tree3a81caa65bd4efee15930e03be88d1d8054288ab /doc/en/autogen
parent2c870934ba5e390926a32939face49a6ae258d59 (diff)
downloadweechat-077f1d9fe79cda8c8f9257218d9cc7352761e829.zip
Update docs
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/irc_options.txt5
-rw-r--r--doc/en/autogen/user/weechat_commands.txt6
2 files changed, 10 insertions, 1 deletions
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: