Oops, missed a "return" causing "seen --user idontexist" to double-reply.

This commit is contained in:
Daniel DiPaolo 2004-01-22 00:28:07 +00:00
parent bdafdfe113
commit 46ec7d815c
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,7 @@ class ChannelDB(plugins.ChannelDBHandler,
name = ircdb.users.getUserId(hostmask)
except KeyError:
irc.errorNoUser()
return
else:
table = 'nick_seen'
criterion = 'normalized=%s'