This commit is contained in:
deathbybandaid 2022-02-23 14:44:18 -05:00
parent 34e0e997fc
commit 65b5e88701

View File

@ -11,24 +11,17 @@ 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): def commands_test_a(bot, trigger):
bot.say("test a") bot.say("test a")
bot.say(str(trigger.tags))
bot.say("%s" % trigger.hostmask)
bot.say("test a: %s" % trigger.raw)
@prerun() @prerun()
@plugin.command('testb') @plugin.command('testb')
def commands_test_b(bot, trigger, comrun): def commands_test_b(bot, trigger, comrun):
bot.say("test b") bot.say("test b")
bot.say("test b: %s" % trigger.raw)
@plugin.command('testc') @plugin.command('testc')
def commands_test_c(bot, trigger, comrun): def commands_test_c(bot, trigger, comrun):