pass whether a command.regex trigger was an ACTION or not
This commit is contained in:
parent
15f28dad1e
commit
95f098b6d6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue