Um, weird typo.

This commit is contained in:
Jeremy Fincher 2003-03-28 07:16:38 +00:00
parent c42806665b
commit 4340162a48

View File

@ -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)