From 2591322f7ce24f81ccae559e2db1037e4a80563e Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 5 May 2022 13:33:30 -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 b3410f7..38bfa92 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -58,6 +58,8 @@ def prerun(): function(bot, trigger, comrun, *args, **kwargs) # If not piping the replies into pipe, let's print to IRC now + print(comrun.is_pipe_command) + print(comrun.commands) if not comrun.is_pipe_command: for say_message in comrun._say: bot.say(say_message)