diff --git a/sopel_SpiceBot_Core_Prerun/pipe_split.py b/sopel_SpiceBot_Core_Prerun/pipe_split.py index 9d41804..2601e11 100644 --- a/sopel_SpiceBot_Core_Prerun/pipe_split.py +++ b/sopel_SpiceBot_Core_Prerun/pipe_split.py @@ -4,7 +4,6 @@ def rebuild_pipes(commands): repipe_trigger_dict = commands[0] - repipe_trigger_dict["trigger_str"] += " | " for trigger_dict in commands[1:]: print(trigger_dict) if trigger_dict["trigger_type"] == "command":