This commit is contained in:
deathbybandaid 2022-02-23 14:22:22 -05:00
parent 509e986221
commit 93034aa041

View File

@ -15,6 +15,7 @@ def rebuild_pipes(pipes):
repipe_trigger_dict["trigger_str"] += " | " repipe_trigger_dict["trigger_str"] += " | "
for trigger_dict in pipes: for trigger_dict in pipes:
print(trigger_dict)
if trigger_dict["trigger_type"] == "command": 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"]) 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": elif trigger_dict["trigger_type"] == "nickname_command":