summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/weechat_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-14 11:43:58 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-14 11:43:58 +0100
commit52cbd0b9217f2ea5f93c30bd1043cd4ad9fa494a (patch)
treeb0ab7847faf5537ddc6c99ec1cd7d9b0bae4fd1c /doc/de/autogen/user/weechat_commands.txt
parent811b68991e1635967334b9a2f0ba4468bbb9f44b (diff)
downloadweechat-52cbd0b9217f2ea5f93c30bd1043cd4ad9fa494a.zip
core: add note about support of "*" for tags in /help filter
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 '!')