test
This commit is contained in:
parent
c4e18e3c97
commit
19f49ea5a7
@ -11,9 +11,8 @@ def commands_test(bot, trigger, comrun):
|
|||||||
bot.say("%s" % trigger.raw)
|
bot.say("%s" % trigger.raw)
|
||||||
|
|
||||||
|
|
||||||
# @prerun()
|
|
||||||
@plugin.command('testa')
|
@plugin.command('testa')
|
||||||
def commands_test_a(bot, trigger, comrun):
|
def commands_test_a(bot, trigger):
|
||||||
bot.say("test a")
|
bot.say("test a")
|
||||||
bot.say(str(trigger.tags))
|
bot.say(str(trigger.tags))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user