fix Hamled's mistake

This commit is contained in:
Ryan Hitchman 2009-11-17 16:08:45 -07:00
parent 1ed838df81
commit ddb9bdd3fd
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def tellinput(bot, input):
more = results[0] - 1;
reltime = timesince.timesince(datetime.fromtimestamp(tell[3]))
reply = "%(teller)s said %(reltime)s ago: %(quote)s" %
reply = "%(teller)s said %(reltime)s ago: %(quote)s" % \
{"teller": tell[1], "quote": tell[2], "reltime": reltime}
if more:
reply += " (+%(more)d more, to view say .showtells)" % {"more": more}