aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-10-10 14:47:24 +0100
committerGravatar Sadie Powell2024-10-10 14:47:24 +0100
commit5eb21f239bf89b0615612cb7b7b8fa5f1e13fb73 (patch)
tree5dade66280f265c263245ef44ca979aeb48698a3 /src/configreader.cpp
parentRevert "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.cpp1
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();