From 52cbd0b9217f2ea5f93c30bd1043cd4ad9fa494a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 14 Dec 2013 11:43:58 +0100 Subject: core: add note about support of "*" for tags in /help filter --- doc/de/autogen/user/weechat_commands.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/de') 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 '!') -- cgit v1.2.3