aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-10-10 15:03:21 +0100
committerGravatar Sadie Powell2024-10-10 15:03:21 +0100
commitca6ccac8b0eb3ccb6d7eb77aad6fb40065515308 (patch)
tree791381c5bdaa2b7d3cb657b6bf5ffc1fe2dc18e8 /src/configreader.cpp
parentSilently do nothing if a module zaps all of the tags on a TAGMSG. (diff)
parentWhen a server stops being ulined remove its users from the uline list. (diff)
Merge branch 'insp3' into insp4.
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 07ae7900b..15ddb1409 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -754,6 +754,7 @@ void ConfigReaderThread::OnStop()
// The description of this server may have changed - update it for WHOIS etc.
ServerInstance->FakeClient->server->description = Config->ServerDesc;
+ ServerInstance->Users.RehashServices();
try
{