]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Change std::pair<bool,std::string> to neater typedef "ModePair"
[user/henk/code/inspircd.git] / include / configreader.h
index 598fbef816802f1de7e287128820739e15d85b49..c6775bc298e3983e094f2abb96f8310b754aadc7 100644 (file)
@@ -344,6 +344,10 @@ class ServerConfig : public Extensible
         */
        std::map<std::string,int> maxbans;
 
+       /** If set to true, no user DNS lookups are to be performed
+        */
+       bool NoUserDns;
+
        ServerConfig();
 
        /** Clears the include stack in preperation for
@@ -390,4 +394,6 @@ class ServerConfig : public Extensible
        bool DelIOHook(int port);
 };
 
+bool InitializeDisabledCommands(const char* data, InspIRCd* ServerInstance);
+
 #endif