diff --git a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py index 0a978ce..8d99d4d 100644 --- a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py @@ -9,3 +9,4 @@ from sopel_SpiceBot_Core_Prerun import prerun def rule_command(bot, trigger, comrun): bot.say("%s" % trigger.raw) bot.say("now") + bot.say(comrun.trigger_dict)