haliphax / supybot-guiltbyassociation

Automatically kickbans users on join if they are joined to channels which are considered hostile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supybot GuiltByAssociation plugin

This plugin will automatically kickban users who join a channel if they are joined to other channels which are considered hostile.

settings

  • supybot.plugins.GuiltByAssociation.enable (Boolean): Whether or not the plugin is active on the selected channel
  • supybot.plugins.GuiltByAssociation.expire (Integer): How long (in seconds) to wait before lifting the ban (0 to disable, disabled by default)
  • supybot.plugins.GuiltByAssociation.chans (String): A comma-separated list of channels which are considered hostile

To set these, use the config channel command.

About

Automatically kickbans users on join if they are joined to channels which are considered hostile

License:MIT License


Languages

Language:Python 100.0%