From d6248008391baf52f9cce6f59ac80fc42cef917a Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 5 May 2022 16:06:49 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: