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/en | |
parent | c4e3d66ba5bb6f91a0b5a36bab1123e25623b5e9 (diff) | |
download | weechat-ed32302011cc627b31df446380e6787bb7e29aa6.zip |
irc: move option irc.network.alternate_nick into servers (closes #633)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/irc_options.asciidoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/autogen/user/irc_options.asciidoc b/doc/en/autogen/user/irc_options.asciidoc index ebbf8b4bd..2a3cc82fd 100644 --- a/doc/en/autogen/user/irc_options.asciidoc +++ b/doc/en/autogen/user/irc_options.asciidoc @@ -372,11 +372,6 @@ ** type: boolean ** values: on, off (default value: `off`) -* [[option_irc.network.alternate_nick]] *irc.network.alternate_nick* -** description: `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` -** type: boolean -** values: on, off (default value: `on`) - * [[option_irc.network.autoreconnect_delay_growing]] *irc.network.autoreconnect_delay_growing* ** description: `growing factor for autoreconnect delay to server (1 = always same delay, 2 = delay*2 for each retry, ..)` ** type: integer @@ -557,6 +552,11 @@ ** type: string ** values: any string (default value: `""`) +* [[option_irc.server_default.nicks_alternate]] *irc.server_default.nicks_alternate* +** description: `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` +** type: boolean +** values: on, off (default value: `on`) + * [[option_irc.server_default.notify]] *irc.server_default.notify* ** description: `notify list for server (you should not change this option but use /notify command instead)` ** type: string |