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

Description

This module adds extended ban p: (partmsg) which blocks the part message of matching users.

Configuration

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

<module name="nopartmsg">

This module requires no other configuration.

Extended Bans

Name Character Type Ban Syntax Description
partmsg p Acting p:<mask> Bans <mask> from sending a /PART message.

Example Usage

Bans users matching *!*@example.com from sending a /PART message:

/MODE #channel +b p:*!*@example.com