From 956fddff8a2ba7e4064e66c4dae7263d70feacec Mon Sep 17 00:00:00 2001 From: Nathan McCorkle Date: Thu, 10 Jan 2013 16:57:16 -0800 Subject: [PATCH] added printline --- modules/papers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/papers.py b/modules/papers.py index 08ff2fc..9913202 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 # was this an explicit command? explicit = False if line.startswith(phenny.nick):