From 4340162a4807f6fd3a7283aaa8635fdfe0b45361 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 28 Mar 2003 07:16:38 +0000 Subject: [PATCH] Um, weird typo. --- src/ChannelCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChannelCommands.py b/src/ChannelCommands.py index f3e346f24..e81803658 100755 --- a/src/ChannelCommands.py +++ b/src/ChannelCommands.py @@ -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)