Revert "changed printline"

This reverts commit 58221d8e36.
This commit is contained in:
Bryan Bishop 2013-01-10 19:09:30 -06:00
parent 58221d8e36
commit 46c2143eaa
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def download(phenny, input, verbose=True):
# get the input
line = input.group()
phenny.say(line)
print line
# was this an explicit command?
explicit = False
if line.startswith(phenny.nick):