From f0617e06fe5cd9c9aed20898371fb77219334421 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 May 2022 09:00:36 -0400 Subject: [PATCH] test --- spicebot_command_spongemock/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) 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):