summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-19 20:14:05 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-19 20:14:05 +0000
commitcf4439ac5c5e5f57aba2c998ee63b9b27ec17d69 (patch)
tree3e95ffda5801a7344c1f9fc47119fe3c3a810496 /include/configreader.h
parentc61fac32bc7559e3d6f7534919f115266eee5917 (diff)
Add <connect:maxchans> as per feature bug #338 - combined with the last feature, this allows per-oper specific maxchans values, and even the same for non-opers!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7761 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 7c5592432..648b02eb1 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -182,11 +182,11 @@ struct MultiConfig
/** Tag name */
const char* tag;
/** One or more items within tag */
- char* items[15];
+ char* items[17];
/** One or more defaults for items within tags */
- char* items_default[15];
+ char* items_default[17];
/** One or more data types */
- int datatype[15];
+ int datatype[17];
/** Initialization function */
MultiNotify init_function;
/** Validation function */