summaryrefslogtreecommitdiff
path: root/include/usermanager.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-03-03 15:45:22 -0500
committerAdam <Adam@anope.org>2015-03-21 12:53:21 -0400
commit7f051bcc5198c2eb3fff1ca52888bd7c6ec19000 (patch)
treecf87fa2bf76fad4e0d314e9efba82b44a4834643 /include/usermanager.h
parentc85a46ff97c03b28bfb54578c5ff851f47af8419 (diff)
Rebuild clone counts on rehash
Diffstat (limited to 'include/usermanager.h')
-rw-r--r--include/usermanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usermanager.h b/include/usermanager.h
index ac8ae1cb3..2a9d6b47b 100644
--- a/include/usermanager.h
+++ b/include/usermanager.h
@@ -112,6 +112,10 @@ class CoreExport UserManager
*/
void RemoveCloneCounts(User *user);
+ /** Rebuild clone counts
+ */
+ void RehashCloneCounts();
+
/** Return the number of global clones of this user
* @param user The user to get a count for
* @return The global clone count of this user