mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix #1886
Add more clarify in NS INFO and SAREGISTER about unregistered nicknames
This commit is contained in:
parent
03092769e7
commit
b11dc1c84c
4 changed files with 26 additions and 3 deletions
|
|
@ -74,6 +74,7 @@ var (
|
|||
errRegisteredOnly = errors.New("Cannot join registered-only channel without an account")
|
||||
errValidEmailRequired = errors.New("A valid email address is required for account registration")
|
||||
errInvalidAccountRename = errors.New("Account renames can only change the casefolding of the account name")
|
||||
errNameReserved = errors.New(`Name reserved due to a prior registration`)
|
||||
)
|
||||
|
||||
// String Errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue