Merge pull request #11 from jamestait/master

[tell] Use abbreviated month name to be less ambiguous.
master
sfan5 2016-03-22 11:34:23 +01:00
commit 113c7f86e1
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def checktell(phenny, input):
continue
phenny.say("%s: %s <%s> %s" % (
input.nick,
time.strftime('%m-%d %H:%M UTC', time.gmtime(e[4])),
time.strftime('%b-%d %H:%M UTC', time.gmtime(e[4])),
e[1],
e[3]))
r.append(e[0])