From 1c379093f7a1b10395d0ff4432ae2ec6a27d4155 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 08:23:39 -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 c3364ff..f9f1041 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -40,6 +40,7 @@ def prerun(rulematch=False): trigger_command = sb.commands.get_command_from_trigger(trigger) if trigger_command != commands[0]["trigger_command"]: trigger_dict = rebuild_pipes(commands) + bot.say("pipes - dispatching %s %s" % (trigger_dict["trigger_command"], trigger_dict["trigger_str"])) sb.commands.dispatch(trigger_dict) return