test
This commit is contained in:
parent
c708e67473
commit
90da146666
@ -45,6 +45,7 @@ def sopel_action_commands(bot, trigger):
|
||||
@prerun_command()
|
||||
@plugin.command('testa')
|
||||
def commands_test_a(bot, trigger):
|
||||
bot.say("test a")
|
||||
|
||||
bot.say("test a: %s" % trigger.raw)
|
||||
|
||||
@ -53,4 +54,6 @@ def commands_test_a(bot, trigger):
|
||||
@plugin.command('testb')
|
||||
def commands_test_b(bot, trigger):
|
||||
|
||||
bot.say("test b")
|
||||
|
||||
bot.say("test b: %s" % trigger.raw)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user