]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Add <connect:maxchans> as per feature bug #338 - combined with the last feature,...
[user/henk/code/inspircd.git] / include / configreader.h
index 7c55924324fd5e1822816962fbba4e66f0004a55..648b02eb1b26889edc912bda29761ff7e3dc349e 100644 (file)
@@ -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 */