The "banexception" Module (v3)

Description

This module adds channel mode e (banexception) which allows channel operators to exempt user masks from channel mode b (ban).

Configuration

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

<module name="banexception">

This module requires no other configuration.

Channel Modes

Name Character Type Parameter Syntax Usable By Description
banexception e List <mask> Channel operators Exempts users matching <mask> from channel mode b (ban).

Example Usage

Exempts users matching *!*@example.com from channel mode b (ban):

/MODE #channel +e *!*@example.com

Exempts users logged into the services account named Sadie from the b (ban) channel mode (requires the services_account module):

/MODE #channel +e R:Sadie