This commit is contained in:
deathbybandaid 2022-02-22 15:20:36 -05:00
parent f2fdcab729
commit a411b98f9a

View File

@ -0,0 +1,10 @@
from sopel import plugin
from sopel_SpiceBot_Core_Prerun import prerun
@prerun()
@plugin.command('(.*)')
def rule_command(bot, trigger, comrun):
bot.say("%s" % trigger.raw)