]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Fix possible sqllog crash (working blind here!) where it could attempt to delete...
[user/henk/code/inspircd.git] / include / users.h
index b710c9993689c2d6fe59d4acd3f0269533cc7b37..0443b24d23493a9e6cef827fe5aa278042956ec7 100644 (file)
@@ -830,6 +830,12 @@ class CoreExport userrec : public connection
         */
        unsigned long LocalCloneCount();
 
+       /** Remove all clone counts from the user, you should
+        * use this if you change the user's IP address in
+        * userrec::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
         */