changed printline
This commit is contained in:
parent
956fddff8a
commit
58221d8e36
@ -23,7 +23,7 @@ def download(phenny, input, verbose=True):
|
|||||||
|
|
||||||
# get the input
|
# get the input
|
||||||
line = input.group()
|
line = input.group()
|
||||||
print line
|
phenny.say(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):
|
||||||
|
Loading…
Reference in New Issue
Block a user