test
This commit is contained in:
parent
95fd60824c
commit
bb8801ad62
@ -31,8 +31,9 @@ def prerun(rulematch=False):
|
|||||||
for trigger_dict in commands:
|
for trigger_dict in commands:
|
||||||
sb.commands.dispatch(trigger_dict)
|
sb.commands.dispatch(trigger_dict)
|
||||||
return
|
return
|
||||||
|
elif trigger.args[1].split("&&")[0] != commands[0]["trigger_command"]:
|
||||||
print(trigger.args[1].split("&&")[0])
|
print(trigger.args[1].split("&&")[0])
|
||||||
|
print(commands[0]["trigger_command"])
|
||||||
|
|
||||||
# This is where we rebuild trigger
|
# This is where we rebuild trigger
|
||||||
# we validate a few things here
|
# we validate a few things here
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user