]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Only announce Q:Line hits on NICK from unregistered users, thanks satmd.
[user/henk/code/inspircd.git] / include / configreader.h
index 89116c5c5fa888c3545b73a63e293d51f6efe763..2ccabc5b4793bb03e36d66b8a9428af3df0a00f1 100644 (file)
@@ -406,6 +406,11 @@ class CoreExport ServerConfig : public Extensible
         */
        int WhoWasMaxKeep;
 
+       /** Both for set(g|u)id.
+        */
+       char SetUser[MAXBUF];
+       char SetGroup[MAXBUF];
+
        /** Holds the server name of the local server
         * as defined by the administrator.
         */