From d97a652182b1ce25fc0e8813e6508936a15cc009 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 2 Jan 2005 02:34:54 +0000 Subject: [PATCH] Need to actually add the channel to state.args if getChannel throws an exception --- src/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.py b/src/commands.py index 61eb8a5d1..acd758ce8 100644 --- a/src/commands.py +++ b/src/commands.py @@ -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: