The "banredirect" Module (v3)

Description

This module allows specifying a channel to redirect a banned user to in the ban mask.

Configuration

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

<module name="banredirect">

This module requires no other configuration.

Channel Modes

Example Usage

Redirects users matching *!*@example.com to #banned-channel:

/MODE #channel +b *!*@example.com#banned-channel

Special Notes

When setting a ban redirect the target channel should exist and the user setting the ban should have channel operator status in it.

When the banredirect module is unloaded all ban redirects will be converted to normal bans.