diff --git a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py index 61f356a..844cdba 100644 --- a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py @@ -11,3 +11,4 @@ def rule_command(bot, trigger, comrun): bot.say("now") bot.say(str(comrun.trigger_dict)) comrun.say = "nothing" + bot.say(trigger.match)