mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Oops, missed a "return" causing "seen --user idontexist" to double-reply.
This commit is contained in:
parent
bdafdfe113
commit
46ec7d815c
@ -402,6 +402,7 @@ class ChannelDB(plugins.ChannelDBHandler,
|
|||||||
name = ircdb.users.getUserId(hostmask)
|
name = ircdb.users.getUserId(hostmask)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
irc.errorNoUser()
|
irc.errorNoUser()
|
||||||
|
return
|
||||||
else:
|
else:
|
||||||
table = 'nick_seen'
|
table = 'nick_seen'
|
||||||
criterion = 'normalized=%s'
|
criterion = 'normalized=%s'
|
||||||
|
Loading…
Reference in New Issue
Block a user