This commit is contained in:
deathbybandaid 2022-02-12 14:12:00 -05:00
parent 0862cb4b5a
commit 6b0f4da42b

View File

@ -45,7 +45,7 @@ class Commands():
def dispatch_action_command(self, bot, trigger, trigger_dict):
pretrigger = PreTrigger(
bot.nick,
":%s %s %s :%s %s" % (trigger.hostmask, "PRIVMSG", trigger.sender, "", trigger_dict["trigger_str"])
":%s %s %s :%s %s" % (trigger.hostmask, "PRIVMSG", trigger.sender, "ACTION", trigger_dict["trigger_str"])
)
pretrigger.tags["intent"] = "ACTION"
bot.dispatch(pretrigger)