AutoMode: Set supybot.plugins.AutoMode.alternativeCapabilities to True by default.

This commit is contained in:
Valentin Lorentz 2015-04-22 09:25:38 +02:00
parent f293cfaeda
commit a7b1e65bd9
1 changed files with 1 additions and 1 deletions

View File

@ -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',