diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 47733d7..8369883 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -32,6 +32,8 @@ def prerun(): sb.commands.dispatch(trigger_dict) return + print(comrun.is_pipe_command) + # If the original trigger is not the same after splits # so we will now redispatch to help get the correct function passed # if comrun.has_command_been_sanitized: