Need to actually add the channel to state.args if getChannel throws an exception

This commit is contained in:
James Vega 2005-01-02 02:34:54 +00:00
parent c4df7970ae
commit d97a652182

View File

@ -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: