forked from External/ergo
Merge pull request #1741 from slingamn/greylisting.3
user visible email errors, email timeouts
This commit is contained in:
commit
907f82a27e
8 changed files with 72 additions and 17 deletions
|
|
@ -900,7 +900,7 @@ func nsRegisterHandler(service *ircService, server *Server, client *Client, comm
|
|||
}
|
||||
} else {
|
||||
// details could not be stored and relevant numerics have been dispatched, abort
|
||||
message := registrationErrorToMessage(err)
|
||||
message := registrationErrorToMessage(config, client, err)
|
||||
service.Notice(rb, client.t(message))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue