diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-04 19:23:16 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-04 19:23:16 +0200 |
commit | bb3aa2fb37071f48a5312df8688c0a6990644fbb (patch) | |
tree | e48e8f3d6bac2f608e9ad18b6af88fc0a712e310 /src/commands | |
parent | 7b823baf68b7512a36ac513f3c6b0d920776fa59 (diff) |
Stop recreating hashmaps every hour, move garbage collection code related to local users to UserManager
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/cmd_rehash.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/cmd_rehash.cpp b/src/commands/cmd_rehash.cpp index abf0b7876..1ad96d794 100644 --- a/src/commands/cmd_rehash.cpp +++ b/src/commands/cmd_rehash.cpp @@ -88,7 +88,6 @@ CmdResult CommandRehash::Handle (const std::vector<std::string>& parameters, Use /* Don't do anything with the logs here -- logs are restarted * after the config thread has completed. */ - ServerInstance->RehashUsersAndChans(); FOREACH_MOD(I_OnGarbageCollect, OnGarbageCollect()); |