X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=62d757621815690640e2cc56ba09d429275d9756;hb=c5d8d3e3c6b7a5cb44572d9a9b6e5249d74cb1f7;hp=2556cf08898b9fecb3c114c91c2a63d5aa4969c5;hpb=f5151d1bbcf5c4c3cff57ff8a8129940ede35d73;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index 2556cf088..62d757621 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -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 */