diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-04 12:32:59 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-04 12:32:59 +0200 |
commit | de4ce8eeb664c3dc6c707d2096bd6431d2067c1d (patch) | |
tree | af3660ff63b13fa41d485ed6f84f1c35f2154582 /doc/de | |
parent | 79533566c6ca3177a7d8708111e2a67632e155c3 (diff) | |
download | weechat-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/de')
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index fabd7882d..050dcd1dc 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -183,10 +183,10 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `on`) -* [[option_irc.look.item_channel_modes_hide_key]] *irc.look.item_channel_modes_hide_key* -** Beschreibung: `der Channel-Schlüssel wird nicht im Channel Modus angezeigt (diese Option unterdrückt alle Channel-Modi falls der Modus für den Channel auf +k gesetzt wurde)` -** Typ: boolesch -** Werte: on, off (Standardwert: `off`) +* [[option_irc.look.item_channel_modes_hide_args]] *irc.look.item_channel_modes_hide_args* +** Beschreibung: `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` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"k"`) * [[option_irc.look.item_display_server]] *irc.look.item_display_server* ** Beschreibung: `Name der Bar-Item in dem der IRC Server angezeigt wird (für Status-Bar)` |