small fix

master
Andrei M 2012-03-28 22:01:04 -04:00
parent 76a991f842
commit 8ce5e37eb5
1 changed files with 1 additions and 5 deletions

View File

@ -39,11 +39,7 @@ def lines(phenny, input):
if input.group(2):
info = input.group(2).split(" ")
if len(info) == 0:
nickname = input.nick
date = "today"
elif len(info) == 1:
if len(info) == 1:
nickname = info[0]
date = "today"
elif len(info) == 2: