diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-16 15:18:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-16 15:18:00 +0100 |
commit | 265fa492d58a341137326a71581477558aecb93b (patch) | |
tree | 38b3808fdc8fcacf261956d379cef63bb2a31e8b /doc/en/autogen/user | |
parent | 8aa7380d65199add39f5bf781eed1d6271332279 (diff) | |
download | weechat-265fa492d58a341137326a71581477558aecb93b.zip |
Add option "autorejoin_delay" for servers (task #8771), fix autorejoin on channels with key
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index a4ad6c199..19df5b8e6 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -214,10 +214,15 @@ ** values: 0 .. 65535 (default value: 30) * *irc.server_default.autorejoin* -** description: automatically rejoin channels when kicked +** description: automatically rejoin channels after kick ** type: boolean ** values: on, off (default value: off) +* *irc.server_default.autorejoin_delay* +** description: delay (in seconds) before autorejoin (after kick) +** type: integer +** values: 0 .. 86400 (default value: 30) + * *irc.server_default.command* ** description: command(s) to run when connected to server (many commands should be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) ** type: string |