SpiceBot/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py
deathbybandaid 7123fa2c09 test
2022-02-23 12:09:02 -05:00

15 lines
322 B
Python

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