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)