This commit is contained in:
deathbybandaid 2022-05-05 16:06:49 -04:00
parent 303db8f650
commit d624800839

View File

@ -63,7 +63,8 @@ def prerun():
# If not piping the replies into pipe, let'sprint to IRC now # If not piping the replies into pipe, let'sprint to IRC now
if not comrun.is_pipe_command: if not comrun.is_pipe_command:
comrun.osd(comrun._say) for message_item in comrun._say:
comrun.osd(message_item)
# Pipe text back to bot for next piped command # Pipe text back to bot for next piped command
else: else:
for say_message in comrun._say: for say_message in comrun._say: