diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index d95a225..32ce597 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -7,6 +7,12 @@ from sopel_SpiceBot_Core_1 import sb from sopel_SpiceBot_Core_Prerun import prerun_command +@prerun_command() +@plugin.command('test') +def commands_test(bot, trigger): + bot.say("%s" % trigger.raw) + + @prerun_command() @plugin.command('testa') def commands_test_a(bot, trigger):