From a103b2231b4a0f1c5c257d291ca01d3c839d199d Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 22 Feb 2022 15:22:27 -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 74641b5..0a978ce 100644 --- a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py @@ -8,3 +8,4 @@ from sopel_SpiceBot_Core_Prerun import prerun @plugin.command('(.*)') def rule_command(bot, trigger, comrun): bot.say("%s" % trigger.raw) + bot.say("now")