]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Change to new execution directory structure
[user/henk/code/inspircd.git] / include / inspircd.h
index a9a64e2b045ccdac72cc07348f320308e3439e18..182d33c9cfb8a271991b82c3dc72a0561dc82382 100644 (file)
@@ -508,6 +508,14 @@ class CoreExport InspIRCd : public classbase
         */
        ProtocolInterface* PI;
 
+       /** Holds extensible for user nickforced
+        */
+       LocalIntExt NICKForced;
+
+       /** Holds extensible for user operquit
+        */
+       LocalStringExt OperQuit;
+
        /** Get the current time
         * Because this only calls time() once every time around the mainloop,
         * it is much faster than calling time() directly.