test
This commit is contained in:
parent
2988e76429
commit
8c728d28bc
@ -8,7 +8,15 @@ from sopel_SpiceBot_Core_Prerun import prerun
|
|||||||
@plugin.command('(.*)')
|
@plugin.command('(.*)')
|
||||||
def rule_command(bot, trigger, comrun):
|
def rule_command(bot, trigger, comrun):
|
||||||
bot.say("%s" % trigger.raw)
|
bot.say("%s" % trigger.raw)
|
||||||
bot.say("now")
|
|
||||||
bot.say(str(comrun.trigger_dict))
|
|
||||||
comrun.say = "nothing"
|
@prerun()
|
||||||
bot.say(str(trigger.match))
|
@plugin.nickname_command('(.*)')
|
||||||
|
def rule_nickname_command(bot, trigger, comrun):
|
||||||
|
bot.say("%s" % trigger.raw)
|
||||||
|
|
||||||
|
|
||||||
|
@prerun()
|
||||||
|
@plugin.action_command('(.*)')
|
||||||
|
def rule_action_command(bot, trigger, comrun):
|
||||||
|
bot.say("%s" % trigger.raw)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user