mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-16 08:57:23 +02:00
Oops, recent changes broke things.
This commit is contained in:
parent
9ceb89c254
commit
7913e880ce
@ -171,6 +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]
|
||||||
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…
x
Reference in New Issue
Block a user