]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Remove a redundant method here, call the mode manager directly
[user/henk/code/inspircd.git] / include / users.h
index a452ec014bc2c465f5affb71af4f9aa7252f8375..d9330d42720437020225db9b0648fd5b417b0793 100644 (file)
@@ -636,9 +636,8 @@ class CoreExport User : public connection
         * are dropped into the bit-bucket.
         * This value is set by QuitUser, and is not needed seperately from that call.
         * Please note that setting this value alone will NOT cause the user to quit.
-        * This means it can be used seperately, for example by shun modules etc.
         */
-       bool muted;
+       bool quitting;
 
        /** IPV4 or IPV6 ip address. Use SetSockAddr to set this and GetProtocolFamily/
         * GetIPString/GetPort to obtain its values.