The "kicknorejoin" Module (v3)
Description
This module adds channel mode J (kicknorejoin) which prevents users from rejoining after being kicked from a channel.
Configuration
To load this module use the following <module> tag:
<module name="kicknorejoin">
This module requires no other configuration.
Channel Modes
| Name | Character | Type | Parameter Syntax | Usable By | Description |
|---|---|---|---|---|---|
| kicknorejoin | J | Parameter | <seconds> | Channel operators | Prevents who have been kicked from rejoining until <seconds> seconds have passed. |
Example Usage
Prevents kicked users from rejoining for 30 seconds:
/MODE #channel +J 30