test
This commit is contained in:
parent
23d67e238c
commit
858e137c99
@ -98,10 +98,7 @@ def rebuild_pipes(commands, trigger_str_add=None):
|
|||||||
print("%s%s%s %s" % (splitkey_str, trigger_dict["trigger_prefix"], trigger_dict["trigger_command"], trigger_str))
|
print("%s%s%s %s" % (splitkey_str, trigger_dict["trigger_prefix"], trigger_dict["trigger_command"], trigger_str))
|
||||||
|
|
||||||
if trigger_dict["trigger_type"] == "command":
|
if trigger_dict["trigger_type"] == "command":
|
||||||
repipe_trigger_dict["trigger_str"] += "%s%s%s %s" % (splitkey_str,
|
repipe_trigger_dict["trigger_str"] += "%s%s%s %s" % (splitkey_str, trigger_dict["trigger_prefix"], trigger_dict["trigger_command"], trigger_str)
|
||||||
trigger_dict["trigger_prefix"],
|
|
||||||
trigger_dict["trigger_command"],
|
|
||||||
trigger_str)
|
|
||||||
|
|
||||||
elif trigger_dict["trigger_type"] == "nickname_command":
|
elif trigger_dict["trigger_type"] == "nickname_command":
|
||||||
repipe_trigger_dict["trigger_str"] += "%s%s %s %s" % (splitkey_str,
|
repipe_trigger_dict["trigger_str"] += "%s%s %s %s" % (splitkey_str,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user