From 562f2048a09b507132622b8da56f8ab3923afe98 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 22 Feb 2022 15:37:40 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py | 1 + 1 file changed, 1 insertion(+) 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"