From 9c5b49d737cad5a7ec568bd49d532fcb19dade0c Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 23 Feb 2022 13:54:16 -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 a561760..c42c1b6 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -32,6 +32,7 @@ def prerun(rulematch=False): sb.commands.dispatch(trigger_dict) return elif sb.commands.get_command_from_trigger(trigger) != commands[0]["trigger_command"]: + print("compare time") print(trigger.args[1].split("&&")[0]) print(commands[0]["trigger_command"])