mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Misspelled variable name.
This commit is contained in:
parent
664c468130
commit
889cb347f7
@ -128,7 +128,7 @@ class Protector(callbacks.Privmsg):
|
||||
chanOp = ircdb.makeChannelCapability(channel, 'op')
|
||||
chanVoice = ircdb.makeChannelCapability(channel, 'voice')
|
||||
chanhalfop = ircdb.makeChannelCapability(channel, 'halfop')
|
||||
if not ircdb.checkCapability(msg.prefix, chanop):
|
||||
if not ircdb.checkCapability(msg.prefix, chanOp):
|
||||
irc.sendMsg(ircmsgs.deop(channel, msg.nick))
|
||||
for (mode, value) in ircutils.separateModes(msg.args[1:]):
|
||||
if not value:
|
||||
|
Loading…
Reference in New Issue
Block a user