]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Create the core_xline module
[user/henk/code/inspircd.git] / include / configreader.h
index e8c439933cef7fc7bf926b61b2b1038800303c74..e10f361d7bd38b8975344e9b9b83c8f47c4c77a4 100644 (file)
@@ -83,8 +83,7 @@ class CoreExport ConfigTag : public refcountbase
        inline const std::vector<KeyVal>& getItems() const { return items; }
 
        /** Create a new ConfigTag, giving access to the private KeyVal item list */
-       static ConfigTag* create(const std::string& Tag, const std::string& file, int line,
-               std::vector<KeyVal>*&items);
+       static ConfigTag* create(const std::string& Tag, const std::string& file, int line, std::vector<KeyVal>*& Items);
  private:
        ConfigTag(const std::string& Tag, const std::string& file, int line);
 };
@@ -152,11 +151,6 @@ struct CommandLineConf
         */
        bool writelog;
 
-       /** True if we have been told to run the testsuite from the commandline,
-        * rather than entering the mainloop.
-        */
-       bool TestSuite;
-
        /** Saved argc from startup
         */
        int argc;