]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
m_namedmodes Only show chan key to members and opers with channels/auspex
[user/henk/code/inspircd.git] / include / configreader.h
index 1edacfe13291c1b65390b18bf1aa7b519d6dac4c..b01a979a7c2703384bb17155e52688370af0d3df 100644 (file)
@@ -197,6 +197,9 @@ class CoreExport ServerConfig
 
        ConfigTagList ConfTags(const std::string& tag);
 
+       /** An empty configuration tag. */
+       ConfigTag* EmptyTag;
+
        /** Error stream, contains error output from any failed configuration parsing.
         */
        std::stringstream errstr;
@@ -527,6 +530,8 @@ class CoreExport ServerConfig
         */
        ServerConfig();
 
+       ~ServerConfig();
+
        /** Get server ID as string with required leading zeroes
         */
        const std::string& GetSID();