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

Description

This module allows removal of channel list modes using glob patterns.

Configuration

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

<module name="rmode">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
RMODE 2-3 <channel> <mode> [<pattern>] Removes all <mode> list modes matching <pattern>, or all if no pattern is specified.

Example Usage

Removes all bans on #example:

/RMODE #example b

Removes all bans on #example matching *foo*:

/RMODE #example b *foo*

Removes all bans on #example matching the user Sadie:

/RMODE #example b Sadie