diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-20 11:44:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-20 11:44:30 +0100 |
commit | f78f42d83383173f5e3b96ddb67f9ca64304e24c (patch) | |
tree | c386c2c2f99dd2e267ac241e503f422f45195101 /doc/it/autogen | |
parent | cdadbdec0d92c4acf52fa93ad48a6a5eda8fa225 (diff) | |
download | weechat-f78f42d83383173f5e3b96ddb67f9ca64304e24c.zip |
irc: add note about option irc.network.whois_double_nick in /help whois
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/irc_commands.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index b732896b2..808e0ac1b 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -851,6 +851,8 @@ server: server name Without argument, this command will do a whois on: - your own nick if buffer is a server/channel - remote nick if buffer is a private. + +If option irc.network.whois_double_nick is enabled, two nicks are sent (if only one nick is given), to get idle time in answer. ---- [[command_irc_whowas]] diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index 5abf9bf46..a77e2bf9a 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -411,7 +411,7 @@ * [[option_irc.network.whois_double_nick]] *irc.network.whois_double_nick* ** descrizione: `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"` ** tipo: bool -** valori: on, off (valore predefinito: `on`) +** valori: on, off (valore predefinito: `off`) * [[option_irc.server_default.addresses]] *irc.server_default.addresses* ** descrizione: `elenco di host/porte o IP/porte per il server (separati da virgole)` |