This commit is contained in:
deathbybandaid 2022-02-24 09:40:27 -05:00
parent dbfc883af1
commit 2988e76429

View File

@ -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)