test
This commit is contained in:
parent
3e157493ae
commit
e500538592
@ -62,3 +62,10 @@ def commands_test_b(bot, trigger):
|
|||||||
bot.say("test b")
|
bot.say("test b")
|
||||||
|
|
||||||
bot.say("test b: %s" % trigger.raw)
|
bot.say("test b: %s" % trigger.raw)
|
||||||
|
|
||||||
|
|
||||||
|
@plugin.command('testc')
|
||||||
|
def commands_test_c(bot, trigger):
|
||||||
|
bot.say("test c")
|
||||||
|
|
||||||
|
bot.say("test c: %s" % trigger.raw)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user