|
1.
|
|
|
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.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Determina se il bot manterrà il limite del canale appena al di sopra
del numero di persone attualmente presenti, in modo da rendere più
difficili gli attacchi di cloni o droni.
|
|
Translated by
skizzhg
|
|
|
|
Located in
config.py:46
|
|
2.
|
|
|
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.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Determina il numero minimo di posti liberi che verrà salvato quando saranno
imposti i limiti. Ciò non dovrebbe essere inferiore al valore di
supybot.plugins.Limiter.limit.maximumExcess.
|
|
Translated by
skizzhg
|
|
|
|
Located in
config.py:50
|
|
3.
|
|
|
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.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Determina il numero massimo di posti liberi che verrà salvato quando saranno
imposti i limiti. Ciò dovrebbe essere sempre maggiore del valore di
supybot.plugins.Limiter.limit.minimumExcess.
|
|
Translated by
skizzhg
|
|
|
|
Located in
config.py:54
|
|
4.
|
|
|
In order to use this plugin, its config values need to be properly
setup. supybot.plugins.Limiter.enable needs to be set to True and
supybot.plugins.Limiter.{maximumExcess,minimumExcess} should be set to
values appropriate to your channel (if the defaults aren't satisfactory).
Once these are set, and someone enters/leaves the channel, Supybot will
start setting the proper +l modes.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Per utilizzare questo plugin, è necessario configurare correttamente i valori.
supybot.plugins.Limiter.enable deve essere impostato a True e
supybot.plugins.Limiter.{maximumExcess,minimumExcess} va impostato con i
valori appropriati al canale (se i predefiniti non sono soddisfacenti).
Una volta definiti, e qualcuno entra o esce dal canale, Supybot imposterà
il mode +l corretto.
|
|
Translated by
skizzhg
|
|
|
|
Located in
plugin.py:39
|