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

Description

This module adds extended ban s: (server) which check whether users are on a server matching the specified glob pattern.

Configuration

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

<module name="serverban">

This module requires no other configuration.

Extended Bans

Name Character Type Ban Syntax Description
server s Matching [!]server:<pattern> Checks whether users are on a server matching <pattern>.

Example Usage

Bans users on irc2.example.com from joining the channel:

/MODE #channel +b s:irc2.example.com