SpiceBot/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py
deathbybandaid 570b7c7148 test
2023-01-24 10:57:37 -05:00

23 lines
374 B
Python

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