From 5de5a56b4ac779b06a5bab51bb0f665e664598a0 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 4 Oct 2003 12:57:44 +0000 Subject: [PATCH] Minor stylistic updates. --- src/ChannelCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChannelCommands.py b/src/ChannelCommands.py index a79d09ee7..47b066724 100755 --- a/src/ChannelCommands.py +++ b/src/ChannelCommands.py @@ -271,8 +271,8 @@ class ChannelCommands(callbacks.Privmsg): not {op, halfop, voice} capabilities to be the value you give. """ v = privmsgs.getArgs(args) - c = ircdb.channels.getChannel(channel) v = v.capitalize() + c = ircdb.channels.getChannel(channel) if v == 'True': c.setDefaultCapability(True) elif v == 'False':