summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 61cf887fa..0de57c4e4 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -524,6 +524,14 @@ class ServerConfig : public Extensible
*/
int argc;
+ /** Max channels per user
+ */
+ unsigned int MaxChans;
+
+ /** Oper max channels per user
+ */
+ unsigned int OperMaxChans;
+
/** Construct a new ServerConfig
*/
ServerConfig(InspIRCd* Instance);