test
This commit is contained in:
parent
5425fb5c4f
commit
753c55fd50
@ -16,7 +16,7 @@ def dispatch_multi():
|
|||||||
bot.say("dispatch_multi")
|
bot.say("dispatch_multi")
|
||||||
|
|
||||||
# Get list of trigger command(s)
|
# Get list of trigger command(s)
|
||||||
commands = sb.commands.get_commands_split(bot, trigger, "&&")
|
commands = sb.commands.get_commands_split(trigger, "&&")
|
||||||
|
|
||||||
# If more than 1 trigger command, dispatch
|
# If more than 1 trigger command, dispatch
|
||||||
if len(commands) > 1:
|
if len(commands) > 1:
|
||||||
|
|||||||
@ -17,7 +17,7 @@ def pipe_split():
|
|||||||
bot.say("pipe_split")
|
bot.say("pipe_split")
|
||||||
|
|
||||||
# Get list of trigger command(s)
|
# Get list of trigger command(s)
|
||||||
pipes = sb.commands.get_commands_split(bot, trigger, "|")
|
pipes = sb.commands.get_commands_split(trigger, "|")
|
||||||
bot.say(str(pipes))
|
bot.say(str(pipes))
|
||||||
|
|
||||||
function(bot, trigger, comrun, *args, **kwargs)
|
function(bot, trigger, comrun, *args, **kwargs)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user