mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-31 22:54:08 +01:00
Need to actually add the channel to state.args if getChannel throws an exception
This commit is contained in:
parent
c4df7970ae
commit
d97a652182
@ -368,6 +368,7 @@ def getChannelDb(irc, msg, args, state, **kwargs):
|
||||
raise
|
||||
else:
|
||||
state.channel = channelSpecific.channel()
|
||||
state.args.append(state.channel)
|
||||
|
||||
def inChannel(irc, msg, args, state):
|
||||
if not state.channel:
|
||||
|
Loading…
Reference in New Issue
Block a user