mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
We don't use '.' as the channel capability separator anymore.
This commit is contained in:
parent
a4c9d3f172
commit
43d0619796
@ -61,14 +61,14 @@ def configure(advanced):
|
|||||||
conf.registerPlugin('Enforcer')
|
conf.registerPlugin('Enforcer')
|
||||||
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'autoOp',
|
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'autoOp',
|
||||||
registry.Boolean(False, """Determines whether the bot will automatically op
|
registry.Boolean(False, """Determines whether the bot will automatically op
|
||||||
people with the <channel>.op capability when they join the channel."""))
|
people with the <channel>,op capability when they join the channel."""))
|
||||||
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'autoHalfop',
|
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'autoHalfop',
|
||||||
registry.Boolean(False, """Determines whether the bot will automatically
|
registry.Boolean(False, """Determines whether the bot will automatically
|
||||||
halfop people with the <channel>.halfop capability when they join the
|
halfop people with the <channel>,halfop capability when they join the
|
||||||
channel."""))
|
channel."""))
|
||||||
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'autoVoice',
|
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'autoVoice',
|
||||||
registry.Boolean(False, """Determines whether the bot will automatically
|
registry.Boolean(False, """Determines whether the bot will automatically
|
||||||
voice people with the <channel>.voice capability when they join the
|
voice people with the <channel>,voice capability when they join the
|
||||||
channel."""))
|
channel."""))
|
||||||
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'takeRevenge',
|
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'takeRevenge',
|
||||||
registry.Boolean(False, """Determines whether the bot will take revenge on
|
registry.Boolean(False, """Determines whether the bot will take revenge on
|
||||||
|
Loading…
Reference in New Issue
Block a user