From 280ecaca310e65325a398dfbdfa72b88ff4b2b7b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 30 Apr 2026 19:52:37 +0100 Subject: 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. --- src/configreader.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/configreader.cpp') 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& 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; } -- cgit v1.3.1-10-gc9f91