]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Allow for skipping clone checking before DNS is complete.
[user/henk/code/inspircd.git] / include / users.h
index 73ecba0ab51d47c7166fefc9bcccd3ef123aa161..28bf8b05bb8e4472ea347e16dda41cac08755fb8 100644 (file)
@@ -750,7 +750,7 @@ class CoreExport LocalUser : public User, public InviteBase
 
        /** Call this method to find the matching \<connect> for a user, and to check them against it.
         */
-       void CheckClass();
+       void CheckClass(bool clone_count = true);
 
        /** Server address and port that this user is connected to.
         */