test
This commit is contained in:
parent
5102d13617
commit
2591322f7c
@ -58,6 +58,8 @@ def prerun():
|
|||||||
function(bot, trigger, comrun, *args, **kwargs)
|
function(bot, trigger, comrun, *args, **kwargs)
|
||||||
|
|
||||||
# If not piping the replies into pipe, let's print to IRC now
|
# 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:
|
if not comrun.is_pipe_command:
|
||||||
for say_message in comrun._say:
|
for say_message in comrun._say:
|
||||||
bot.say(say_message)
|
bot.say(say_message)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user