diff options
| author | 2024-10-10 14:47:24 +0100 | |
|---|---|---|
| committer | 2024-10-10 14:47:24 +0100 | |
| commit | 5eb21f239bf89b0615612cb7b7b8fa5f1e13fb73 (patch) | |
| tree | 5dade66280f265c263245ef44ca979aeb48698a3 /include | |
| parent | Revert "Tell people to use the main ChatSpike domain not our alias". (diff) | |
When a server stops being ulined remove its users from the uline list.
Diffstat (limited to 'include')
| -rw-r--r-- | include/usermanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/usermanager.h b/include/usermanager.h index bf9567d43..681c5e059 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -141,6 +141,9 @@ class CoreExport UserManager : public fakederef<UserManager> */ void RehashCloneCounts(); + /** Rebuilds the list of services servers. Required when \<uline> settings change. */ + void RehashULines(); + /** Return the number of local and global clones of this user * @param user The user to get the clone counts for * @return The clone counts of this user. The returned reference is volatile - you |
