From ed6b0c69c022eea6b94d1879f47c2152902a95f9 Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Wed, 5 Feb 2014 20:27:31 +0100 Subject: [PATCH] Fuck you too --- tell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tell.py b/tell.py index 13bfba6..bf8c8d8 100755 --- a/tell.py +++ b/tell.py @@ -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