summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-04 12:32:59 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-04 12:32:59 +0200
commitde4ce8eeb664c3dc6c707d2096bd6431d2067c1d (patch)
treeaf3660ff63b13fa41d485ed6f84f1c35f2154582 /doc/en/autogen/user
parent79533566c6ca3177a7d8708111e2a67632e155c3 (diff)
downloadweechat-de4ce8eeb664c3dc6c707d2096bd6431d2067c1d.zip
irc: add option irc.look.item_channel_modes_hide_args (task #12070, task #12163, closes #48)
This option replaces the option irc.look.item_channel_modes_hide_key. It is now a string, so channel modes arguments can be hidden using many channel modes (or all, with "*").
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/irc_options.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt
index d553868ba..b3f538c10 100644
--- a/doc/en/autogen/user/irc_options.txt
+++ b/doc/en/autogen/user/irc_options.txt
@@ -183,10 +183,10 @@
** type: boolean
** values: on, off (default value: `on`)
-* [[option_irc.look.item_channel_modes_hide_key]] *irc.look.item_channel_modes_hide_key*
-** description: `hide channel key in channel modes (this will hide all channel modes arguments if mode +k is set on channel)`
-** type: boolean
-** values: on, off (default value: `off`)
+* [[option_irc.look.item_channel_modes_hide_args]] *irc.look.item_channel_modes_hide_args*
+** description: `hide channel modes arguments if at least one of these modes is in channel modes ("*" to always hide all arguments, empty value to never hide arguments); example: "kf" to hide arguments if "k" or "f" are in channel modes`
+** type: string
+** values: any string (default value: `"k"`)
* [[option_irc.look.item_display_server]] *irc.look.item_display_server*
** description: `name of bar item where IRC server is displayed (for status bar)`