added printline

This commit is contained in:
Nathan McCorkle 2013-01-10 16:57:16 -08:00
parent b09a55c06e
commit 956fddff8a
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()
print line
# was this an explicit command?
explicit = False
if line.startswith(phenny.nick):