From 58221d8e36be6318504e3953676d77dc4ddfdc0d Mon Sep 17 00:00:00 2001 From: Nathan McCorkle Date: Thu, 10 Jan 2013 16:59:01 -0800 Subject: [PATCH] changed printline --- modules/papers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):