mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-18 02:19:44 -07:00
NS REGISTER needs a login throttle check as well
This commit is contained in:
@@ -339,6 +339,10 @@ func nsRegisterHandler(server *Server, client *Client, command string, params []
|
||||
return
|
||||
}
|
||||
|
||||
if !nsLoginThrottleCheck(client, rb) {
|
||||
return
|
||||
}
|
||||
|
||||
config := server.AccountConfig()
|
||||
var callbackNamespace, callbackValue string
|
||||
noneCallbackAllowed := false
|
||||
|
||||
Reference in New Issue
Block a user