diff --git a/sopel_SpiceBot_Core_Prerun/pipe_split.py b/sopel_SpiceBot_Core_Prerun/pipe_split.py index 4fb4fc2..96555f0 100644 --- a/sopel_SpiceBot_Core_Prerun/pipe_split.py +++ b/sopel_SpiceBot_Core_Prerun/pipe_split.py @@ -15,6 +15,7 @@ def rebuild_pipes(pipes): repipe_trigger_dict["trigger_str"] += " | " for trigger_dict in pipes: + print(trigger_dict) if trigger_dict["trigger_type"] == "command": repipe_trigger_dict["trigger_str"] += " | %s%s %s" % (trigger_dict["trigger_prefix"], trigger_dict["trigger_command"], trigger_dict["trigger_str"]) elif trigger_dict["trigger_type"] == "nickname_command":