The "rmode" Module (v3)

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*