diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-24 20:36:05 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-24 20:36:05 +0100 |
commit | ed32302011cc627b31df446380e6787bb7e29aa6 (patch) | |
tree | 430007333b209dade8b2c568aed25e9cdc431c30 /doc/it/autogen/user | |
parent | c4e3d66ba5bb6f91a0b5a36bab1123e25623b5e9 (diff) | |
download | weechat-ed32302011cc627b31df446380e6787bb7e29aa6.zip |
irc: move option irc.network.alternate_nick into servers (closes #633)
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/irc_options.asciidoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/it/autogen/user/irc_options.asciidoc b/doc/it/autogen/user/irc_options.asciidoc index 1dfcfb81b..071499f35 100644 --- a/doc/it/autogen/user/irc_options.asciidoc +++ b/doc/it/autogen/user/irc_options.asciidoc @@ -372,11 +372,6 @@ ** tipo: bool ** valori: on, off (valore predefinito: `off`) -* [[option_irc.network.alternate_nick]] *irc.network.alternate_nick* -** descrizione: `get an alternate nick when the nick is already used on server: add some "_" until the nick has a length of 9, and then replace last char (or the two last chars) by a number from 1 to 99, until we find a nick not used on server` -** tipo: bool -** valori: on, off (valore predefinito: `on`) - * [[option_irc.network.autoreconnect_delay_growing]] *irc.network.autoreconnect_delay_growing* ** descrizione: `fattore di crescita per il ritardo della riconnessione automatica al server (1 = sempre identico, 2 = ritardo*2 per ogni tentativo, ...)` ** tipo: intero @@ -557,6 +552,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `""`) +* [[option_irc.server_default.nicks_alternate]] *irc.server_default.nicks_alternate* +** descrizione: `get an alternate nick when all the declared nicks are already used on server: add some "_" until the nick has a length of 9, and then replace last char (or the two last chars) by a number from 1 to 99, until we find a nick not used on server` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + * [[option_irc.server_default.notify]] *irc.server_default.notify* ** descrizione: `elenco notifiche per il server (si consiglia di non cambiare questa opzione ma di usare il comando /notify)` ** tipo: stringa |