From a2aeb9eb4366d800772020b0154d9adb9a5c2775 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 10:12:06 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index dafdf5b..af36c97 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -41,7 +41,7 @@ def prerun(): # Run function function(bot, trigger, comrun, *args, **kwargs) - # if not comrun.piped: + # if not comrun.is_pipe_command: # bot.say(comrun.say) return internal_prerun