mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Protector: disable by default.
We are mostly seeing questions on why does Protector do weird things which it does. They can be solved, by disabling Protector by default. Another issue is that when Protector is loaded, it affects every channel where the bot is on. The users most probably want to protect specific channels in case all ops etc. aren't registered to the bot in all channels where the bot is.
This commit is contained in:
parent
4b61da11d5
commit
54a2cbdd98
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user