]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Fix for #564
[user/henk/code/inspircd.git] / include / configreader.h
index 2556cf08898b9fecb3c114c91c2a63d5aa4969c5..62d757621815690640e2cc56ba09d429275d9756 100644 (file)
@@ -253,7 +253,6 @@ class ServerLimits : public Extensible
        {
                NickMax++;
                ChanMax++;
-               MaxModes++;
                IdentMax++;
                MaxQuit++;
                MaxTopic++;
@@ -286,7 +285,7 @@ class CoreExport ServerConfig : public Extensible
         * configutation, appending errors to errorstream
         * and setting error if an error has occured.
         */
-       bool ParseLine(ConfigDataHash &target, std::string &line, long &linenumber, std::ostringstream &errorstream);
+       bool ParseLine(ConfigDataHash &target, const std::string &filename, std::string &line, long &linenumber, std::ostringstream &errorstream);
 
        /** Check that there is only one of each configuration item
         */