diff --git a/spicebot_command_spongemock/__init__.py b/spicebot_command_spongemock/__init__.py index fcbb333..b26478b 100644 --- a/spicebot_command_spongemock/__init__.py +++ b/spicebot_command_spongemock/__init__.py @@ -7,6 +7,10 @@ from sopel import plugin from sopel_SpiceBot_Core_Prerun import prerun +# TODO +# allow channel operators to set a mode for the bot to mock everything a person says + + @prerun() @plugin.command('spongemock', 'smock') def upper(bot, trigger, comrun):