From 5ee3526ac9532db44880116d3bead07a1dfd9624 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 5 May 2022 13:38:08 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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: