diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-20 18:03:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-20 18:03:08 +0200 |
commit | 9037c0fe4c07b76bafb9a07b1600ac600bcf4245 (patch) | |
tree | 2ed03e6cfccc89c5f354c1aedb21ee3a184f3c05 /doc/de/autogen | |
parent | 7ee9e58d1b9494f2fb7befd4107d79616a084ff1 (diff) | |
download | weechat-9037c0fe4c07b76bafb9a07b1600ac600bcf4245.zip |
irc: add option irc.network.whois_double_nick to double nick in command /whois
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 506b1422a..12e84df8d 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -373,6 +373,11 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `off`) +* [[option_irc.network.whois_double_nick]] *irc.network.whois_double_nick* +** Beschreibung: `double the nick in /whois command (if only one nick is given), to get idle time in answer; for example: "/whois nick" will send "whois nick nick"` +** Typ: boolesch +** Werte: on, off (Standardwert: `on`) + * [[option_irc.server_default.addresses]] *irc.server_default.addresses* ** Beschreibung: `Liste der Hostnamen/Ports oder IP/Ports des Servers (durch Komma getrennt)` ** Typ: Zeichenkette |