mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
parent
4861ac90b6
commit
4f571c2cf3
4 changed files with 69 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ var (
|
|||
errInviteOnly = errors.New("Cannot join invite-only channel without an invite")
|
||||
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")
|
||||
)
|
||||
|
||||
// String Errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue