From 811b68991e1635967334b9a2f0ba4468bbb9f44b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 14 Dec 2013 11:26:03 +0100 Subject: core: add logical "and" between tags in filters, weechat.look.highlight_tags and buffer property "highlight_tags" The logical "and" is made with the separator "+". Example: "irc_notice+nick_toto,nick_test" will match a notice from nick "toto" or any message from nick "test". --- doc/en/autogen/user/weechat_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/autogen/user/weechat_options.txt') diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index c90b4c034..281b436b1 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -544,7 +544,7 @@ ** values: any string (default value: `""`) * [[option_weechat.look.highlight_tags]] *weechat.look.highlight_tags* -** description: `comma separated list of tags to highlight (case insensitive comparison, examples: "irc_notice" for IRC notices, "nick_flashcode" for messages from nick "FlashCode")` +** description: `comma separated list of tags to highlight; case insensitive comparison; each tag can start or end with "*" to match more than one tag; many tags can be separated by "+" to make a logical "and" between tags; examples: "nick_flashcode" for messages from nick "FlashCode", "irc_notice+nick_toto*" for notices from a nick starting with "toto"` ** type: string ** values: any string (default value: `""`) -- cgit v1.2.3