aboutsummaryrefslogtreecommitdiff
path: root/include/numeric.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-11-27 07:32:42 +0000
committerGravatar Sadie Powell2022-11-28 02:57:50 +0000
commitee44af8d04f23b4a16c9b377764f930d69e575f7 (patch)
tree4348a9d4b76ea65266875651d57d2ebf3e1d7894 /include/numeric.h
parentMerge branch 'insp3' into master. (diff)
Refactor the internals of the oper system.
- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system.
Diffstat (limited to 'include/numeric.h')
-rw-r--r--include/numeric.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/numeric.h b/include/numeric.h
index 8edab1de0..53d5bf260 100644
--- a/include/numeric.h
+++ b/include/numeric.h
@@ -46,7 +46,6 @@ enum
ERR_BADCHANMASK = 476,
ERR_NOPRIVILEGES = 481,
ERR_CHANOPRIVSNEEDED = 482,
- ERR_NOOPERHOST = 491,
// From RFC 2812.
ERR_NOSUCHSERVER = 402,