diff options
author | Nils Görs <weechatter@arcor.de> | 2012-11-02 17:51:12 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-11-02 17:51:12 +0100 |
commit | b1005fc23e963e55cf6606888e14b60b4ab27d2b (patch) | |
tree | 54ea59e2677f3ec5090aac3a9000827520b3d376 /doc/en/autogen/user/irc_options.txt | |
parent | 8b52fc90d52f6656366dcedcbbd3dff48a4e2024 (diff) | |
download | weechat-b1005fc23e963e55cf6606888e14b60b4ab27d2b.zip |
irc: add option irc.network.alternate_nick to disable dynamic nick generation when all nicks are already in use on server (task #12281)
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 7af334e3e..a1f745a3a 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -318,6 +318,11 @@ ** 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 |