test
This commit is contained in:
parent
509e986221
commit
93034aa041
@ -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":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user