summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/weechat_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/autogen/user/weechat_commands.txt')
-rw-r--r--doc/de/autogen/user/weechat_commands.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index 3ad41f3e4..6352051f2 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -296,7 +296,8 @@ disable: disable filters
- a name starting with '!' is excluded
- name can start or end with '*' to match many buffers
tags: comma separated list of tags, for example "irc_join,irc_part,irc_quit"
- (it is possible to combine many tags as a logical "and" with separator "+", for example: "nick_toto+irc_action")
+ - logical "and": use "+" between tags (for example: "nick_toto+irc_action")
+ - tags can start or end with '*'
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 '!')