mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-24 11:04:05 +01:00
parent
246925acce
commit
712d8c2eab
@ -499,7 +499,6 @@ def getChannel(irc, msg, args, state):
|
|||||||
channel = msg.channel
|
channel = msg.channel
|
||||||
else:
|
else:
|
||||||
state.log.debug('Raising ArgumentError because there is no channel.')
|
state.log.debug('Raising ArgumentError because there is no channel.')
|
||||||
print(msg.channel, msg)
|
|
||||||
raise callbacks.ArgumentError
|
raise callbacks.ArgumentError
|
||||||
state.channel = channel
|
state.channel = channel
|
||||||
state.args.append(channel)
|
state.args.append(channel)
|
||||||
|
Loading…
Reference in New Issue
Block a user