SpiceBot/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py
deathbybandaid 7ae9daa98d test
2022-05-06 09:15:21 -04:00

23 lines
366 B
Python

from sopel import plugin
from sopel_SpiceBot_Core_Prerun import prerun
@prerun()
@plugin.command('(.*)')
def rule_command(bot, trigger, comrun):
return
@prerun()
@plugin.nickname_command('(.*)')
def rule_nickname_command(bot, trigger, comrun):
return
@prerun()
@plugin.action_command('(.*)')
def rule_action_command(bot, trigger, comrun):
return