diff options
| author | 2020-01-05 14:41:06 +0000 | |
|---|---|---|
| committer | 2020-01-05 14:41:06 +0000 | |
| commit | f8013e089955329bbf915c1617f668618533c266 (patch) | |
| tree | 6244df0adc4dea3e2fd9af4158648d7d4bac9d03 /src/configreader.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
| download | inspircd++-f8013e089955329bbf915c1617f668618533c266.tar.gz inspircd++-f8013e089955329bbf915c1617f668618533c266.tar.bz2 inspircd++-f8013e089955329bbf915c1617f668618533c266.zip | |
Move ISupport logic out of the core and into core_info.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index f0c7cfd3a..c83190e5b 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -711,8 +711,6 @@ void ConfigReaderThread::OnStop() // The description of this server may have changed - update it for WHOIS etc. ServerInstance->FakeClient->server->description = Config->ServerDesc; - ServerInstance->ISupport.Build(); - ServerInstance->Logs.CloseLogs(); ServerInstance->Logs.OpenFileLogs(); |
