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

Description

This module adds extended ban n: (class) which check whether users are in a connect class matching the specified glob pattern.

Configuration

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

<module name="classban">

This module requires no other configuration.

Extended Bans

Name Character Type Ban Syntax Description
class n Matching [!]class:<pattern> Checks whether users are in a connect class <pattern>.

Example Usage

Bans users in the "webchat" connect class from joining the channel:

/MODE #channel +b n:webchat