mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Um, weird typo.
This commit is contained in:
parent
c42806665b
commit
4340162a48
@ -332,7 +332,7 @@ class ChannelCommands(callbacks.Privmsg):
|
|||||||
value = True
|
value = True
|
||||||
elif value == 'False':
|
elif value == 'False':
|
||||||
value = False
|
value = False
|
||||||
c = ircdb.channels.privmsgs.getChannel(channel)
|
c = ircdb.channels.getChannel(channel)
|
||||||
c.addCapability(capability, value)
|
c.addCapability(capability, value)
|
||||||
ircdb.channels.setChannel(channel, c)
|
ircdb.channels.setChannel(channel, c)
|
||||||
irc.reply(msg, conf.replySuccess)
|
irc.reply(msg, conf.replySuccess)
|
||||||
|
Loading…
Reference in New Issue
Block a user