From 2988e7642904c53171e88391845484db39f11df3 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 09:40:27 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py index 9d8f6f6..31b2bc8 100644 --- a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py @@ -4,7 +4,7 @@ from sopel import plugin from sopel_SpiceBot_Core_Prerun import prerun -@prerun(rulematch=True) +@prerun() @plugin.command('(.*)') def rule_command(bot, trigger, comrun): bot.say("%s" % trigger.raw)