Forgot a user dot.

This commit is contained in:
Jeremy Fincher 2004-12-20 02:21:16 +00:00
parent d4e41dae55
commit 3552a1374c

View File

@ -196,7 +196,7 @@ class Seen(callbacks.Privmsg):
(user.name, channel, utils.timeElapsed(time.time()-when),
said))
except KeyError:
irc.reply('I have not seen %s.' % name)
irc.reply('I have not seen %s.' % user.name)
user = wrap(user, ['channeldb', 'otherUser'])