]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Remove spanningtree override of /LUSERS
[user/henk/code/inspircd.git] / include / configreader.h
index 4b425e03b1ffffae81bf092dce0ba93139010f94..e9bcbdb2c0213e13183ebe0229524807eaa2ec57 100644 (file)
@@ -376,11 +376,6 @@ class CoreExport ServerConfig
         */
        bool RestrictBannedUsers;
 
-       /** If this value is true, halfops have been
-        * enabled in the configuration file.
-        */
-       bool AllowHalfop;
-
        /** If this is set to true, then mode lists (e.g
         * MODE #chan b) are hidden from unprivileged
         * users.
@@ -419,11 +414,6 @@ class CoreExport ServerConfig
         */
        int MaxWhoResults;
 
-       /** How many seconds to wait before exiting
-        * the program when /DIE is correctly issued.
-        */
-       int DieDelay;
-
        /** True if we're going to hide netsplits as *.net *.split for non-opers
         */
        bool HideSplits;