diff options
| author | 2026-04-30 19:52:37 +0100 | |
|---|---|---|
| committer | 2026-04-30 19:52:37 +0100 | |
| commit | 280ecaca310e65325a398dfbdfa72b88ff4b2b7b (patch) | |
| tree | 2d859b24562944b2dfbab9ac125a1cae627a3a2a /src/configreader.cpp | |
| parent | Upgrade Doxyfile for the latest Doxygen. (diff) | |
Move CommandLine from ServerConfig to InspIRCd.
There's no need for this to be in ServerConfig. Although it is
configuration it applies more to the cli interface which is part
of the InspIRCd class.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 06ece0591..165bfa513 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -443,7 +443,6 @@ void ServerConfig::Apply(const std::unique_ptr<ServerConfig>& old, const std::st * These values can only be set on boot. Keep their old values. Do it before we send messages so we actually have a servername. */ this->CaseMapping = old->CaseMapping; - this->CommandLine = old->CommandLine; this->ServerId = old->ServerId; this->ServerName = old->ServerName; } |
