mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-08 05:09:09 -07:00
Merge pull request #2136 from slingamn/issue2135_nicknameinuse
fix #2135
This commit is contained in:
@@ -43,6 +43,8 @@ func performNickChange(server *Server, client *Client, target *Client, session *
|
||||
}
|
||||
} else if err == errNicknameReserved {
|
||||
if !isSanick {
|
||||
// see #1594 for context: ERR_NICKNAMEINUSE can confuse clients if the nickname is not
|
||||
// literally in use:
|
||||
if !client.registered {
|
||||
rb.Add(nil, server.name, ERR_NICKNAMEINUSE, details.nick, utils.SafeErrorParam(nickname), client.t("Nickname is reserved by a different account"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user