]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Add HiroP to contributors for being such a helpful little gubbins ;>. Congradulations. :)
[user/henk/code/inspircd.git] / include / configreader.h
index 838814cc451de8fc4e37aea9452cc697e33a1404..eefa359c9e523567a90d3643a05afce4350620a4 100644 (file)
@@ -353,7 +353,7 @@ class ServerConfig : public Extensible
         * MODE #chan b) are hidden from unprivileged
         * users.
         */
-       bool HideModeLists;
+       bool HideModeLists[256];
 
        /** The number of seconds the DNS subsystem
         * will wait before timing out any request.
@@ -422,6 +422,10 @@ class ServerConfig : public Extensible
         */
        char HideWhoisServer[MAXBUF];
 
+       /** Set to a non empty string to obfuscate nicknames prepended to a KILL.
+        */
+       char HideKillsServer[MAXBUF];
+
        /** A list of IP addresses the server is listening
         * on.
         */