diff --git a/modules/papers.py b/modules/papers.py index 9913202..18f82f2 100644 --- a/modules/papers.py +++ b/modules/papers.py @@ -23,7 +23,7 @@ def download(phenny, input, verbose=True): # get the input line = input.group() - print line + phenny.say(line) # was this an explicit command? explicit = False if line.startswith(phenny.nick):