changed printline

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