From f186b7d00946720b008671ffd923ee8fa6eb030c Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 10 Jan 2013 19:09:36 -0600 Subject: [PATCH] Revert "added printline" This reverts commit 956fddff8a2ba7e4064e66c4dae7263d70feacec. --- modules/papers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/papers.py b/modules/papers.py index 9913202..08ff2fc 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):