diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-08 11:01:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-08 11:01:07 +0200 |
commit | 117dca056df7758298772002798f76b0d7457d6a (patch) | |
tree | 3a3a454fda3bc4e0abc24a30f22eb3726be9c2f0 /doc/pl | |
parent | 37200b46e8ffab1f9487c48c1750d72776ecb0a3 (diff) | |
download | weechat-117dca056df7758298772002798f76b0d7457d6a.zip |
core: add support of '!' for tags in /help filter
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.txt b/doc/pl/autogen/user/weechat_commands.txt index 971ec5d0c..ce51b05f3 100644 --- a/doc/pl/autogen/user/weechat_commands.txt +++ b/doc/pl/autogen/user/weechat_commands.txt @@ -318,6 +318,7 @@ disable: disable filters tags: comma separated list of tags, for example "irc_join,irc_part,irc_quit" - logical "and": use "+" between tags (for example: "nick_toto+irc_action") - wildcard "*" is allowed + - if tag starts with '!', then it is excluded and must NOT be in message regex: POSIX extended 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 '!') |