]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Improve UserManager::QuitUser() and related code
[user/henk/code/inspircd.git] / include / users.h
index aa11a2b82ac5b2adb52452cc17691002c5899f67..fa9d97c215f664403ec7e969f6242253c12557eb 100644 (file)
@@ -328,10 +328,6 @@ class CoreExport User : public Extensible
         */
        unsigned int registered:3;
 
-       /** Whether or not to send an snotice about this user's quitting
-        */
-       unsigned int quietquit:1;
-
        /** If this is set to true, then all socket operations for the user
         * are dropped into the bit-bucket.
         * This value is set by QuitUser, and is not needed seperately from that call.