This commit is contained in:
deathbybandaid 2022-05-05 13:01:37 -04:00
parent e4abb21e8f
commit 6f62f880ae

View File

@ -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)