mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
fix #1179
This commit is contained in:
parent
7d596add87
commit
39269a903b
@ -797,6 +797,14 @@ func nsRegisterHandler(server *Server, client *Client, command string, params []
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if passphrase != "" {
|
||||||
|
cfPassphrase, err := Casefold(passphrase)
|
||||||
|
if err == nil && cfPassphrase == details.nickCasefolded {
|
||||||
|
nsNotice(rb, client.t("Usage: REGISTER <passphrase> [email]")) // #1179
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if !nsLoginThrottleCheck(client, rb) {
|
if !nsLoginThrottleCheck(client, rb) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user