diff --git a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py index ff32308..61f356a 100644 --- a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py @@ -10,3 +10,4 @@ def rule_command(bot, trigger, comrun): bot.say("%s" % trigger.raw) bot.say("now") bot.say(str(comrun.trigger_dict)) + comrun.say = "nothing"