summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configreader.h b/include/configreader.h
index ee58c3bc9..2aab0a075 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -507,11 +507,14 @@ class CoreExport ServerConfig
*/
bool FullHostInTopic;
- /** Oper block and type index.
- * For anonymous oper blocks (type only), prefix with a space.
+ /** Oper blocks keyed by their name
*/
OperIndex oper_blocks;
+ /** Oper types keyed by their name
+ */
+ OperIndex OperTypes;
+
/** Max channels per user
*/
unsigned int MaxChans;