diff options
| author | 2010-02-16 00:48:10 +0000 | |
|---|---|---|
| committer | 2010-02-16 00:48:10 +0000 | |
| commit | 7d1378e153be701768a656d42f0f6fbfe5ac5645 (patch) | |
| tree | 3dc6996b592f375a0c658d1e1605468a442ef131 /src/configreader.cpp | |
| parent | Show opers the raw VERSION string, not the custom one (diff) | |
Remove SYSTEM and related sensitive information from the non-oper VERSION line
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12471 e03df62e-2008-0410-955e-edbf42e46eb7
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 5b430afe1..6f576fcd7 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -451,7 +451,7 @@ void ServerConfig::Fill() DisabledCommands = ConfValue("disabled")->getString("commands", ""); DisabledDontExist = ConfValue("disabled")->getBool("fakenonexistant"); UserStats = security->getString("userstats"); - CustomVersion = security->getString("customversion"); + CustomVersion = security->getString("customversion", Network + " IRCd"); HideSplits = security->getBool("hidesplits"); HideBans = security->getBool("hidebans"); HideWhoisServer = security->getString("hidewhois"); |
