forked from External/ergo
fix #1840
Account registrations pending verification should produce a logline and send a sno.
This commit is contained in:
parent
ee720f60e2
commit
9ff4047fa6
3 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue