mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01: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)
|
||||
if not args:
|
||||
raise callbacks.ArgumentError
|
||||
args[0] = self._canonicalizeName(args[0]
|
||||
wrapper = getWrapper(args[0])
|
||||
if not wrapper.channelValue:
|
||||
irc.error('That configuration variable is not a channel-specific '
|
||||
|
Loading…
Reference in New Issue
Block a user