diff --git a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py index 68bc3dd..ffa349b 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -47,5 +47,5 @@ class Commands(): bot.nick, ":%s %s %s : %s %s" % (trigger.hostmask, "PRIVMSG", trigger.sender, "/me", trigger_dict["trigger_str"]) ) - # pretrigger.tags['intent'] = "ACTION" + pretrigger.intet = "ACTION" bot.dispatch(pretrigger)