This plugin handles channel limits (MODE +l).
| Commands for Limiter |
| limiter | <command> [<args> ...] |
Command dispatcher for the Limiter plugin. Use 'list Limiter' to see the commands provided by this plugin. Use 'config list plugins.Limiter' to see the configuration values for this plugin. In most cases this dispatcher command is unnecessary; in cases where more than one plugin defines a given command, use this command to tell the bot which plugin's command to use. |
Configuration Variables for
the Limiter plugin
- supybot.plugins.Limiter.public
- Default: True
- Channel Specific: False
- Help: Determines whether this plugin is publicly visible.
- supybot.plugins.Limiter.enable
- Default: False
- Channel Specific: True
- Help: Determines whether the bot will maintain the channel limit to be slightly above the current number of people in the channel, in order to make clone/drone attacks harder.
- supybot.plugins.Limiter.minimumExcess
- Default: 5
- Channel Specific: True
- Help: Determines the minimum number of free spots that will be saved when limits are being enforced. This should always be smaller than supybot.plugins.Limiter.limit.maximumExcess.
- supybot.plugins.Limiter.maximumExcess
- Default: 10
- Channel Specific: True
- Help: Determines the maximum number of free spots that will be saved when limits are being enforced. This should always be larger than supybot.plugins.Limiter.limit.minimumExcess.