test
This commit is contained in:
parent
f2fdcab729
commit
a411b98f9a
10
sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py
Normal file
10
sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py
Normal 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)
|
||||
Loading…
Reference in New Issue
Block a user