InspIRCd v4 is still early in development!

If you use this branch you may experience crashes, weird behaviour, and unannounced breaking changes.

You probably want to use InspIRCd v3 instead.

The "kicknorejoin" Module (v4)

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