mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-30 07:21:10 -05: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
|
raise
|
||||||
else:
|
else:
|
||||||
state.channel = channelSpecific.channel()
|
state.channel = channelSpecific.channel()
|
||||||
|
state.args.append(state.channel)
|
||||||
|
|
||||||
def inChannel(irc, msg, args, state):
|
def inChannel(irc, msg, args, state):
|
||||||
if not state.channel:
|
if not state.channel:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user