test
This commit is contained in:
parent
4da3748e3d
commit
3e4e389386
@ -4,11 +4,11 @@ from sopel import plugin
|
||||
from sopel_SpiceBot_Core_Prerun import prerun
|
||||
|
||||
|
||||
@prerun(rulematch=True)
|
||||
@plugin.command('(.*)')
|
||||
def rule_command(bot, trigger, comrun):
|
||||
bot.say("%s" % trigger.raw)
|
||||
bot.say("now")
|
||||
bot.say(str(comrun.trigger_dict))
|
||||
comrun.say = "nothing"
|
||||
bot.say(str(trigger.match))
|
||||
# @prerun(rulematch=True)
|
||||
# @plugin.command('(.*)')
|
||||
# def rule_command(bot, trigger, comrun):
|
||||
# bot.say("%s" % trigger.raw)
|
||||
# bot.say("now")
|
||||
# bot.say(str(comrun.trigger_dict))
|
||||
# comrun.say = "nothing"
|
||||
# bot.say(str(trigger.match))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user