summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/weechat_options.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-14 11:26:03 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-14 11:26:03 +0100
commit811b68991e1635967334b9a2f0ba4468bbb9f44b (patch)
treecaf48db443e263d81955ca83f9e56575eb73d437 /doc/ja/autogen/user/weechat_options.txt
parent542dc8cd33e1be4c310cba4253b986a01abe7675 (diff)
downloadweechat-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/ja/autogen/user/weechat_options.txt')
-rw-r--r--doc/ja/autogen/user/weechat_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt
index f53a1ff11..2b44fae53 100644
--- a/doc/ja/autogen/user/weechat_options.txt
+++ b/doc/ja/autogen/user/weechat_options.txt
@@ -544,7 +544,7 @@
** 値: 未制約文字列 (デフォルト値: `""`)
* [[option_weechat.look.highlight_tags]] *weechat.look.highlight_tags*
-** 説明: `ハイライトするタグのコンマ区切りリスト (大文字小文字の区別無し、例: IRC notices には "irc_notice"、ニックネーム "FlashCode" からのメッセージには "nick_flashcode")`
+** 説明: `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"`
** タイプ: 文字列
** 値: 未制約文字列 (デフォルト値: `""`)