mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
oops, forgot parenthese.
This commit is contained in:
parent
c16bfcb371
commit
3f5cac26b8
@ -171,7 +171,7 @@ class Config(callbacks.Privmsg):
|
|||||||
channel = privmsgs.getChannel(msg, args)
|
channel = privmsgs.getChannel(msg, args)
|
||||||
if not args:
|
if not args:
|
||||||
raise callbacks.ArgumentError
|
raise callbacks.ArgumentError
|
||||||
args[0] = self._canonicalizeName(args[0]
|
args[0] = self._canonicalizeName(args[0])
|
||||||
wrapper = getWrapper(args[0])
|
wrapper = getWrapper(args[0])
|
||||||
if not wrapper.channelValue:
|
if not wrapper.channelValue:
|
||||||
irc.error('That configuration variable is not a channel-specific '
|
irc.error('That configuration variable is not a channel-specific '
|
||||||
|
Loading…
Reference in New Issue
Block a user