Limnoria-doc/use/plugins/limiter.rst
2011-10-28 22:49:04 +02:00

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.