diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 2ba6ff6..6996443 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -66,6 +66,7 @@ def prerun(): for say_message in comrun._say: trigger_dict = rebuild_pipes(comrun.commands, say_message) sb.commands.dispatch(trigger_dict) + return return internal_prerun return actual_decorator