diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/commands/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py index 0c8c54c5..9b104325 100644 --- a/modules/commands/__init__.py +++ b/modules/commands/__init__.py @@ -320,7 +320,8 @@ class Module(ModuleManager.BaseModule): res = self.command(event["server"], event["channel"], event["target_str"], True, event["user"], command, "", event["tags"], hook, match=match, - message=event["message"], command_prefix="") + message=event["message"], command_prefix="", + action=event["action"]) if res: break |
