diff options
| author | 2026-04-04 14:26:31 +0100 | |
|---|---|---|
| committer | 2026-04-04 14:26:31 +0100 | |
| commit | 5269e1e4c4a44196839d57fa4e9833536672473a (patch) | |
| tree | 2c7f0a560fcd4f37ef2e7f465ffa1cb651e31960 /src/configreader.cpp | |
| parent | Remove the remaining bits of stdalgo to utility/container. (diff) | |
Add an easier way to get the local Server* object.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index a304aa5fc..06ece0591 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -772,7 +772,7 @@ void ConfigReaderThread::OnStop() } // The description of this server may have changed - update it for WHOIS etc. - ServerInstance->FakeClient->server->description = Config->ServerDesc; + ServerInstance->LocalServer->description = Config->ServerDesc; ServerInstance->Users.RehashServices(); try |
