mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
be more pedantic about distinguishing skeletons and casefolds
This commit is contained in:
parent
a6164cd9c4
commit
8794740f89
5 changed files with 37 additions and 18 deletions
|
|
@ -35,6 +35,7 @@ var (
|
|||
errInvalidChannelName = errors.New(`Invalid channel name`)
|
||||
errMonitorLimitExceeded = errors.New("Monitor limit exceeded")
|
||||
errNickMissing = errors.New("nick missing")
|
||||
errNicknameInvalid = errors.New("invalid nickname")
|
||||
errNicknameInUse = errors.New("nickname in use")
|
||||
errNicknameReserved = errors.New("nickname is reserved")
|
||||
errNoExistingBan = errors.New("Ban does not exist")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue