From 19cc8380fb9060add68852e40846b10e4d1f18f5 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Tue, 13 Aug 2013 14:22:07 +0200 Subject: Store oper types and opers in separate containers --- include/configreader.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/configreader.h') 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; -- cgit v1.2.3