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"])