From a7b1e65bd9674dcb642da1fe93c2e1af5085559d Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 22 Apr 2015 09:25:38 +0200 Subject: [PATCH] AutoMode: Set supybot.plugins.AutoMode.alternativeCapabilities to True by default. --- plugins/AutoMode/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/AutoMode/config.py b/plugins/AutoMode/config.py index 2c80f0a47..cdeec28f1 100644 --- a/plugins/AutoMode/config.py +++ b/plugins/AutoMode/config.py @@ -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',