]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Create the CommandBase class from Command
[user/henk/code/inspircd.git] / include / inspircd.h
index 790e2a0ff69578776f868bd0e76b166ef2e6f6d1..694869423222b4e03ce3b85dfe85923b1d1fbbcb 100644 (file)
@@ -402,7 +402,7 @@ class CoreExport InspIRCd
 
        /** Holds extensible for user operquit
         */
-       LocalStringExt OperQuit;
+       StringExtItem OperQuit;
 
        /** Manages the generation and transmission of ISUPPORT. */
        ISupportManager ISupport;