oops, forgot parenthese.

This commit is contained in:
Jeremy Fincher 2004-08-10 22:08:54 +00:00
parent c16bfcb371
commit 3f5cac26b8

View File

@ -171,7 +171,7 @@ class Config(callbacks.Privmsg):
channel = privmsgs.getChannel(msg, args)
if not args:
raise callbacks.ArgumentError
args[0] = self._canonicalizeName(args[0]
args[0] = self._canonicalizeName(args[0])
wrapper = getWrapper(args[0])
if not wrapper.channelValue:
irc.error('That configuration variable is not a channel-specific '