diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-07-02 11:10:36 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-07-02 11:10:36 -0700 |
commit | 4c12eafe612932f4b3f6806fc1bea79942998941 (patch) | |
tree | ed742758f5468a63f434ac5fe1994d35c455a561 /include/users.h | |
parent | c286b42418c3d7614225b1226632a25ac513994b (diff) | |
parent | 3ae91bafe711b26ffae1aa27cfd4f5fe7bfc2347 (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.h | 2 |
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. */ |