diff --git a/plugins/Protector/config.py b/plugins/Protector/config.py index dce6e5c66..4edcc0184 100644 --- a/plugins/Protector/config.py +++ b/plugins/Protector/config.py @@ -44,7 +44,7 @@ def configure(advanced): Protector = conf.registerPlugin('Protector') conf.registerChannelValue(Protector, 'enable', - registry.Boolean(True, _("""Determines whether this plugin is enabled in a + registry.Boolean(False, _("""Determines whether this plugin is enabled in a given channel."""))) class ImmuneNicks(conf.ValidNicks):