added printline

This commit is contained in:
Nathan McCorkle 2013-01-10 16:57:16 -08:00
parent b09a55c06e
commit 956fddff8a

View File

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