mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
AutoMode: Set supybot.plugins.AutoMode.alternativeCapabilities to True by default.
This commit is contained in:
parent
f293cfaeda
commit
a7b1e65bd9
@ -49,7 +49,7 @@ conf.registerGlobalValue(AutoMode, 'owner',
|
||||
registry.Boolean(False, _("""Determines whether this plugin will automode
|
||||
owners even if they don't have op/halfop/voice/whatever capability.""")))
|
||||
conf.registerChannelValue(AutoMode, 'alternativeCapabilities',
|
||||
registry.Boolean(False, _("""Determines whether the bot will
|
||||
registry.Boolean(True, _("""Determines whether the bot will
|
||||
check for 'alternative capabilities' (ie. autoop, autohalfop,
|
||||
autovoice) in addition to/instead of classic ones.""")))
|
||||
conf.registerChannelValue(AutoMode, 'fallthrough',
|
||||
|
Loading…
Reference in New Issue
Block a user