mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Finally fixed unidentify
This commit is contained in:
parent
1ceab4306c
commit
4469382089
@ -1030,6 +1030,7 @@ class UserCommands(callbacks.Privmsg):
|
||||
"""
|
||||
try:
|
||||
u = ircdb.users.getUser(msg.prefix)
|
||||
name = ircdb.users.getUserName(msg.prefix)
|
||||
except KeyError:
|
||||
irc.error(msg, conf.replyNoUser)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user