mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 10:42:55 +01:00
Merge pull request #605 from Mkaysi/protector
Disable Protector by default. (Please read additional description!)
This commit is contained in:
commit
6bdb06c719
@ -44,7 +44,7 @@ def configure(advanced):
|
|||||||
|
|
||||||
Protector = conf.registerPlugin('Protector')
|
Protector = conf.registerPlugin('Protector')
|
||||||
conf.registerChannelValue(Protector, 'enable',
|
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.""")))
|
given channel.""")))
|
||||||
|
|
||||||
class ImmuneNicks(conf.ValidNicks):
|
class ImmuneNicks(conf.ValidNicks):
|
||||||
|
Loading…
Reference in New Issue
Block a user