mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix #404
This commit is contained in:
parent
eaf0328608
commit
1121e3d320
3 changed files with 8 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ var (
|
|||
errFeatureDisabled = errors.New(`That feature is disabled`)
|
||||
errBanned = errors.New("IP or nickmask banned")
|
||||
errInvalidParams = utils.ErrInvalidParams
|
||||
errNoVhost = errors.New(`You do not have an approved vhost`)
|
||||
)
|
||||
|
||||
// Socket Errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue