aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Peter Powell2019-02-14 20:36:55 +0000
committerGravatar Peter Powell2019-02-15 11:35:24 +0000
commitf5b2265c2e6868431abbaa301aa1d64e8d49d8b0 (patch)
tree1b63dc4cd097b67acb355c61e096e6952ba5b44f /include
parentSilence a warning from the helper script on OpenBSD. (diff)
downloadinspircd++-f5b2265c2e6868431abbaa301aa1d64e8d49d8b0.tar.gz
inspircd++-f5b2265c2e6868431abbaa301aa1d64e8d49d8b0.tar.bz2
inspircd++-f5b2265c2e6868431abbaa301aa1d64e8d49d8b0.zip
Refactor UserManager::DoBackgroundUserStuff().
Diffstat (limited to 'include')
-rw-r--r--include/usermanager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/usermanager.h b/include/usermanager.h
index 531d50773..c013e59ae 100644
--- a/include/usermanager.h
+++ b/include/usermanager.h
@@ -92,12 +92,6 @@ class CoreExport UserManager : public fakederef<UserManager>
*/
void DoBackgroundUserStuff();
- /** Returns true when all modules have done pre-registration checks on a user
- * @param user The user to verify
- * @return True if all modules have finished checking this user
- */
- bool AllModulesReportReady(LocalUser* user);
-
/** Handle a client connection.
* Creates a new LocalUser object, inserts it into the appropriate containers,
* initializes it as not yet registered, and adds it to the socket engine.