Ban Enforce

Configuring the Ban Enforce Module

The Ban Enforce module ensures that users affected by new bans are automatically kicked from the channel.

Commands and Usage

Enable Ban Enforce

Enables the ban enforcement in the channel, ensuring new bans result in the affected users being kicked.

  • Usage:
    • ,config channel:<channel_name> ban-enforce true

Disable Ban Enforce

Disables the ban enforcement in the channel.

  • Usage:
    • ,config channel:<channel_name> ban-enforce false

Examples

  • To enable ban enforcement in a channel:

    • ,config channel:#examplechannel ban-enforce true
  • To disable ban enforcement in a channel:

    • ,config channel:#examplechannel ban-enforce false

Replace <channel_name> with the actual name of the channel you wish to configure.