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