test
This commit is contained in:
parent
303db8f650
commit
d624800839
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user