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 "delayjoin" Module (v4)

Description

This module adds channel mode D (delayjoin) which hides JOIN messages from users until they speak.

Configuration

To load this module use the following <module> tag:

<module name="delayjoin">

This module requires no other configuration.

Channel Modes

Name Character Type Parameter Syntax Usable By Description
delayjoin D Switch None Channel operators Prevents users from receiving JOIN messages until the joining user speaks.