test
This commit is contained in:
parent
dbfc883af1
commit
2988e76429
@ -4,7 +4,7 @@ from sopel import plugin
|
|||||||
from sopel_SpiceBot_Core_Prerun import prerun
|
from sopel_SpiceBot_Core_Prerun import prerun
|
||||||
|
|
||||||
|
|
||||||
@prerun(rulematch=True)
|
@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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user