AutoMode
Documentation for the AutoMode plugin for Supybot
Purpose
Automatically ops, voices, or halfops, or bans people when they join a channel, according to their capabilities. If you want your bot automatically op users when they join your channel, this is the plugin to load.
Configuration
- supybot.plugins.AutoMode.public
This config variable defaults to True and is not channel specific.
Determines whether this plugin is publicly visible.
- supybot.plugins.AutoMode.enable
This config variable defaults to True and is channel specific.
Determines whether this plugin is enabled.
- supybot.plugins.AutoMode.fallthrough
This config variable defaults to False and is channel specific.
Determines whether the bot will "fall through" to halfop/voicing when auto-opping is turned off but auto-halfopping/voicing are turned on.
- supybot.plugins.AutoMode.op
This config variable defaults to True and is channel specific.
Determines whether the bot will automatically op people with the <channel>,op capability when they join the channel.
- supybot.plugins.AutoMode.halfop
This config variable defaults to True and is channel specific.
Determines whether the bot will automatically halfop people with the <channel>,halfop capability when they join the channel.
- supybot.plugins.AutoMode.voice
This config variable defaults to True and is channel specific.
Determines whether the bot will automatically voice people with the <channel>,voice capability when they join the channel.
- supybot.plugins.AutoMode.ban
This config variable defaults to True and is channel specific.
Determines whether the bot will automatically ban people who join the channel and are on the banlist.
- supybot.plugins.AutoMode.ban.period
This config variable defaults to 86400 and is channel specific.
Determines how many seconds the bot will automatically ban a person when banning.
- supybot.plugins.AutoMode.ban.period
Replies to this comment