diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 3be082b..4fc9d82 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -63,7 +63,8 @@ def prerun(): # If not piping the replies into pipe, let'sprint to IRC now 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 else: for say_message in comrun._say: