This commit is contained in:
Shivaram Lingamneni 2019-05-21 23:55:04 -04:00
parent eaf0328608
commit 1121e3d320
3 changed files with 8 additions and 1 deletions

View file

@ -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