diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-16 11:02:17 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-16 11:02:17 +0100 |
commit | 4a88caa1f2cf6018b44eadace1f37ac8dafd11ef (patch) | |
tree | 13bc2fbd70738cec7bbc9f354afebdcc93d9d8f5 /doc/ja/autogen/user | |
parent | f44cf6ac3c23c0b647b40c30315688093a99216e (diff) | |
download | weechat-4a88caa1f2cf6018b44eadace1f37ac8dafd11ef.zip |
irc: add option irc.look.smart_filter_mode (task #12499)
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt index 11a92848f..33e15966d 100644 --- a/doc/ja/autogen/user/irc_options.txt +++ b/doc/ja/autogen/user/irc_options.txt @@ -318,6 +318,11 @@ ** タイプ: 整数 ** 値: 0 .. 10080 (デフォルト値: `30`) +* [[option_irc.look.smart_filter_mode]] *irc.look.smart_filter_mode* +** 説明: `enable smart filter for "mode" messages: "*" to filter all modes, "xyz" to filter only modes x/y/z, "-xyz" to filter all modes but not x/y/z; examples: "ovh": filter modes o/v/h, "-bkl": filter all modes but not b/k/l` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `"ovh"`) + * [[option_irc.look.smart_filter_nick]] *irc.look.smart_filter_nick* ** 説明: `"nick" メッセージに対するスマートフィルタを有効化 (ニックネームの変更通知)` ** タイプ: ブール |