diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 0dfdb7b..e4baddc 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -32,11 +32,11 @@ def prerun(rulematch=False): sb.commands.dispatch(trigger_dict) return + # If the original trigger is not the same after && split trigger_command = sb.commands.get_command_from_trigger(trigger) if trigger_command != commands[0]["trigger_command"]: - print("compare time") - print(trigger_command) - print(commands[0]["trigger_command"]) + sb.commands.dispatch(commands[0]) + return # This is where we rebuild trigger # we validate a few things here