Fuck you too

master
Sfan5 2014-02-05 20:27:31 +01:00
parent 842795a501
commit ed6b0c69c0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def checktell(phenny, input):
global tell_diskwriteinterval, tell_lastdiskwrite, tell_lastlisthash, tell_pending
for e in tell_list:
if e[1].lower() == input.nick.lower():
phenny.say("%s: %s <%s> %s" % (input.nick, time.strftime('%Y-%m-%d %H:%M UTC', time.gmtime(e[3])), e[0], e[2]))
phenny.say("%s: %s <%s> %s" % (input.nick, time.strftime('%m-%d %H:%M UTC', time.gmtime(e[3])), e[0], e[2]))
tell_list.remove(e)
tell_pending.append(("DELETE FROM tell WHERE nick = ? AND tellee = ? AND msg = ? AND time = ?", e))
break