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