1
0
Fork 0
forked from External/ergo
Account registrations pending verification should produce a logline and
send a sno.
This commit is contained in:
Shivaram Lingamneni 2021-11-30 01:50:28 -05:00
parent ee720f60e2
commit 9ff4047fa6
3 changed files with 8 additions and 0 deletions

View file

@ -1004,6 +1004,7 @@ func nsRegisterHandler(service *ircService, server *Server, client *Client, comm
messageTemplate := client.t("Account created, pending verification; verification code has been sent to %s")
message := fmt.Sprintf(messageTemplate, callbackValue)
service.Notice(rb, message)
announcePendingReg(client, rb, account)
}
} else {
// details could not be stored and relevant numerics have been dispatched, abort