From 50fdffa3b2c3fc3d88b717232a8c8e7c55adcb5e Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 22 Feb 2022 15:44:25 -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 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)