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

From ZNC
Jump to navigation Jump to search
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 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.