]> 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 a46f9cf95ce2bb5b370f0b85062bb2fa7538d069..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;
@@ -330,16 +324,6 @@ class CoreExport ServerConfig
         */
        std::string powerhash;
 
-       /** The pathname and filename of the message of the
-        * day file, as defined by the administrator.
-        */
-       std::string motd;
-
-       /** The pathname and filename of the rules file,
-        * as defined by the administrator.
-        */
-       std::string rules;
-
        /** The quit prefix in use, or an empty string
         */
        std::string PrefixQuit;
@@ -484,10 +468,6 @@ class CoreExport ServerConfig
         */
        std::string CustomVersion;
 
-       /** List of u-lined servers
-        */
-       std::map<irc::string, bool> ulines;
-
        /** If set to true, provide syntax hints for unknown commands
         */
        bool SyntaxHints;