mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 12:39:35 +01:00
1.2 KiB
1.2 KiB
The Limiter plugin
Configuration
supybot.plugins.Limiter.enable
Default value: False
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.maximumExcess
Default value: 10
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.
supybot.plugins.Limiter.minimumExcess
Default value: 5
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.public
Default value: True
Determines whether this plugin is publicly visible.