diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-14 11:26:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-14 11:26:03 +0100 |
commit | 811b68991e1635967334b9a2f0ba4468bbb9f44b (patch) | |
tree | caf48db443e263d81955ca83f9e56575eb73d437 /doc/fr/weechat_plugin_api.fr.txt | |
parent | 542dc8cd33e1be4c310cba4253b986a01abe7675 (diff) | |
download | weechat-811b68991e1635967334b9a2f0ba4468bbb9f44b.zip |
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".
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.txt')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 1fa1233b0..f8bb13ca4 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -10335,6 +10335,9 @@ Paramètres : | highlight_tags | liste d'étiquettes ("tags") séparées par des virgules | Liste d'étiquettes ("tags") à mettre en valeur pour ce tampon + (_WeeChat ≥ 0.4.3_ : il est possible de combiner plusieurs tags sous forme + d'un "et" logique avec le séparateur "+", par exemple : + "nick_toto+irc_action") | hotlist_max_level_nicks | liste de "pseudo:niveau" séparés par des virgules | Liste de pseudos avec niveau max pour la hotlist sur ce tampon (le niveau peut |