diff options
| author | 2024-10-10 14:47:24 +0100 | |
|---|---|---|
| committer | 2024-10-10 14:47:24 +0100 | |
| commit | 5eb21f239bf89b0615612cb7b7b8fa5f1e13fb73 (patch) | |
| tree | 5dade66280f265c263245ef44ca979aeb48698a3 /src/configreader.cpp | |
| 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 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index d1b55a113..f5f9f1ce8 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -733,6 +733,7 @@ void ConfigReaderThread::Finish() ServerInstance->FakeClient->server->description = Config->ServerDesc; ServerInstance->ISupport.Build(); + ServerInstance->Users.RehashULines(); ServerInstance->Logs->CloseLogs(); ServerInstance->Logs->OpenFileLogs(); |
