forked from External/ergo
disallow TAKE and REQUEST while under a FORBID
This commit is contained in:
parent
e1f56aaee3
commit
5426c9fdc0
3 changed files with 13 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ var (
|
|||
errBanned = errors.New("IP or nickmask banned")
|
||||
errInvalidParams = utils.ErrInvalidParams
|
||||
errNoVhost = errors.New(`You do not have an approved vhost`)
|
||||
errVhostsForbidden = errors.New(`An administrator has denied you the ability to use vhosts`)
|
||||
errLimitExceeded = errors.New("Limit exceeded")
|
||||
errNoop = errors.New("Action was a no-op")
|
||||
errCASFailed = errors.New("Compare-and-swap update of database value failed")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue