fix the double 'ago' in now playing

master
Casey Link 2011-02-09 20:15:24 -05:00
parent c703c03c61
commit e3e9c0284b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ def now_playing(phenny, input):
return
else:
past = get_verb(nick)[0]
phenny.say("%s %s \"%s\" by %s on %s %s ago" %(user.strip(), past.strip(), track, artist, album, pretty_date(stamp)))
phenny.say("%s %s \"%s\" by %s on %s %s" %(user.strip(), past.strip(), track, artist, album, pretty_date(stamp)))
now_playing.commands = ['np']