Merge pull request #605 from Mkaysi/protector

Disable Protector by default. (Please read additional description!)
This commit is contained in:
Valentin Lorentz 2014-05-03 15:45:17 +02:00
commit 6bdb06c719
1 changed files with 1 additions and 1 deletions

View File

@ -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):