summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2013-07-02 11:10:36 -0700
committerAttila Molnar <attilamolnar@hush.com>2013-07-02 11:10:36 -0700
commit4c12eafe612932f4b3f6806fc1bea79942998941 (patch)
treeed742758f5468a63f434ac5fe1994d35c455a561 /include/users.h
parentc286b42418c3d7614225b1226632a25ac513994b (diff)
parent3ae91bafe711b26ffae1aa27cfd4f5fe7bfc2347 (diff)
Merge pull request #571 from ShutterQuick/inspircd+checkclone
Allow for skipping clone checking before DNS is complete.
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index 73ecba0ab..28bf8b05b 100644
--- a/include/users.h
+++ b/include/users.h
@@ -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.
*/