To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Kickrejoin: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:kickrejoin}} {{Core Module | version = 0.052}} This module implements auto-rejoin-on-kick and, if you want to, even waits some time before rejoining. == Usage ..." |
>Paccer |
||
Line 6: | Line 6: | ||
{{Module arguments | {{Module arguments | ||
| type = network | |||
| count = one optional | | count = one optional | ||
| extra = The argument is the number of seconds to wait before rejoining. | | extra = The argument is the number of seconds to wait before rejoining. |
Latest revision as of 18:05, 18 June 2013
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod kickrejoin The code for this module can be found here. This module is part of ZNC since Version 0.052 |
This module implements auto-rejoin-on-kick and, if you want to, even waits some time before rejoining.
Usage
Arguments
This network module takes one optional arguments. The argument is the number of seconds to wait before rejoining.
Read loading modules to learn more about loading modules.
Commands
setdelay
You can change the rejoin delay (which is in seconds) via this command:
/msg *kickrejoin setdelay <delay>
A delay of 0 means it will rejoin immediately.
The default value is 10 seconds. Once you set your own value it will be saved and be used again after a reload or a restart.