This commit is contained in:
deathbybandaid 2022-05-05 13:33:30 -04:00
parent 5102d13617
commit 2591322f7c

View File

@ -58,6 +58,8 @@ def prerun():
function(bot, trigger, comrun, *args, **kwargs)
# If not piping the replies into pipe, let's print to IRC now
print(comrun.is_pipe_command)
print(comrun.commands)
if not comrun.is_pipe_command:
for say_message in comrun._say:
bot.say(say_message)