This commit is contained in:
Jeremy Fincher 2004-12-10 15:05:56 +00:00
parent 032054a168
commit 576c91e294
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class User(callbacks.Privmsg):
try:
hostmask = irc.state.nickToHostmask(hostmask)
except KeyError:
irc.error('I haven\'t seen %s.' % nick, Raise=True)
irc.error('I haven\'t seen %s.' % hostmask, Raise=True)
try:
user = ircdb.users.getUser(hostmask)
irc.reply(user.name)