]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper, ident...
[user/henk/code/inspircd.git] / include / configreader.h
index b37838cf152b605a44e5a88f0ef8fb3c83fc50ce..e2ff1c2c914bbc155ffcd65ebdc8546a2589c37d 100644 (file)
@@ -348,6 +348,10 @@ class ServerConfig : public Extensible
         */
        bool NoUserDns;
 
+       /** If set to true, provide syntax hints for unknown commands
+        */
+       bool SyntaxHints;
+
        ServerConfig();
 
        /** Clears the include stack in preperation for
@@ -394,4 +398,6 @@ class ServerConfig : public Extensible
        bool DelIOHook(int port);
 };
 
+bool InitializeDisabledCommands(const char* data, InspIRCd* ServerInstance);
+
 #endif