test
This commit is contained in:
parent
598a87e384
commit
1c379093f7
@ -40,6 +40,7 @@ def prerun(rulematch=False):
|
|||||||
trigger_command = sb.commands.get_command_from_trigger(trigger)
|
trigger_command = sb.commands.get_command_from_trigger(trigger)
|
||||||
if trigger_command != commands[0]["trigger_command"]:
|
if trigger_command != commands[0]["trigger_command"]:
|
||||||
trigger_dict = rebuild_pipes(commands)
|
trigger_dict = rebuild_pipes(commands)
|
||||||
|
bot.say("pipes - dispatching %s %s" % (trigger_dict["trigger_command"], trigger_dict["trigger_str"]))
|
||||||
sb.commands.dispatch(trigger_dict)
|
sb.commands.dispatch(trigger_dict)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user