]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
First UserManager overhaul: Move clone counts out of InspIRCd & User.
[user/henk/code/inspircd.git] / include / users.h
index dbcc345cb316cc65fd06ef54da43601160241211..67ea63a310885f79108fe5c022f51cb4dfc78f8b 100644 (file)
@@ -933,22 +933,6 @@ class CoreExport User : public connection
         */
        void UnOper();
 
-       /** Return the number of global clones of this user
-        * @return The global clone count of this user
-        */
-       unsigned long GlobalCloneCount();
-
-       /** Return the number of local clones of this user
-        * @return The local clone count of this user
-        */
-       unsigned long LocalCloneCount();
-
-       /** Remove all clone counts from the user, you should
-        * use this if you change the user's IP address in
-        * User::ip after they have registered.
-        */
-       void RemoveCloneCounts();
-
        /** Write text to this user, appending CR/LF.
         * @param text A std::string to send to the user
         */