From 6f62f880ae215d297fd6abb107ad0de35443e1cc Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 5 May 2022 13:01:37 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index c02fae8..5defebd 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -58,6 +58,7 @@ def prerun(): function(bot, trigger, comrun, *args, **kwargs) # If not piping the replies into pipe, let'sprint to IRC now + print(comrun.is_pipe_command) if not comrun.is_pipe_command: for say_message in comrun._say: bot.say(say_message)