]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd_io.h
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / include / inspircd_io.h
index a3190cd6a35f50916a01eaeb71870e67f03dd61d..711488c36b8de47c3a6c4c66051a70b24b579d83 100644 (file)
@@ -142,6 +142,10 @@ class ServerConfig : public classbase
         */
         char ModPath[1024];
 
+       /** The temporary directory where modules are copied
+        */
+       char TempDir[1024];
+
        /** The full pathname to the executable, as
         * given in argv[0] when the program starts.
         */
@@ -224,6 +228,10 @@ class ServerConfig : public classbase
         */
        bool HideSplits;
 
+       /** Set to a non-empty string to obfuscate the server name of users in WHOIS
+        */
+       char HideWhoisServer[MAXBUF];
+
        /** A list of IP addresses the server is listening
         * on.
         */