From e1faf1341c79ab7acc0cd9ae7b3a6a61be4ab137 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 23 Feb 2022 13:58:36 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index e4baddc..6f05343 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -33,6 +33,7 @@ def prerun(rulematch=False): return # If the original trigger is not the same after && split + # so we will now redispatch to help get the correct function passed trigger_command = sb.commands.get_command_from_trigger(trigger) if trigger_command != commands[0]["trigger_command"]: sb.commands.dispatch(commands[0])