This commit is contained in:
deathbybandaid 2022-02-24 09:41:05 -05:00
parent 2988e76429
commit 8c728d28bc

View File

@ -8,7 +8,15 @@ from sopel_SpiceBot_Core_Prerun import prerun
@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()
@plugin.nickname_command('(.*)')
def rule_nickname_command(bot, trigger, comrun):
bot.say("%s" % trigger.raw)
@prerun()
@plugin.action_command('(.*)')
def rule_action_command(bot, trigger, comrun):
bot.say("%s" % trigger.raw)