diff options
| -rw-r--r-- | modules/commands.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/commands.py b/modules/commands.py index 5e0456f5..3c22a6d1 100644 --- a/modules/commands.py +++ b/modules/commands.py @@ -105,7 +105,8 @@ class Module(object): target) returns = self.bot.events.on("preprocess").on("command" - ).call(hook=hook, user=event["user"], server=event["server"]) + ).call(hook=hook, user=event["user"], server=event["server"], + target=target, is_channel=is_channel) for returned in returns: if returned: stderr.write(returned).send() |
