mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +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.registerChannelValue(conf.supybot.plugins.Enforcer, 'autoOp',
|
||||
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',
|
||||
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."""))
|
||||
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'autoVoice',
|
||||
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."""))
|
||||
conf.registerChannelValue(conf.supybot.plugins.Enforcer, 'takeRevenge',
|
||||
registry.Boolean(False, """Determines whether the bot will take revenge on
|
||||
|
Loading…
Reference in New Issue
Block a user