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: