aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2018-10-01 16:53:27 +0100
committerGravatar Peter Powell2018-10-01 17:26:22 +0100
commit08177bccc25500994d96dfa8679cd7da30cdb800 (patch)
treea2b5a71e4ed19e16919f6bbdeed3aea002fac0b3 /src/configreader.cpp
parentMove <security:hidesplits> to the spanningtree module. (diff)
Move <security:userstats> into core_stats.
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 661e81a6a..f9eebe672 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -407,7 +407,6 @@ void ServerConfig::Fill()
Network = server->getString("network", "Network");
NetBufferSize = ConfValue("performance")->getInt("netbuffersize", 10240, 1024, 65534);
DisabledDontExist = ConfValue("disabled")->getBool("fakenonexistant");
- UserStats = security->getString("userstats");
CustomVersion = security->getString("customversion");
HideBans = security->getBool("hidebans");
HideServer = security->getString("hideserver", security->getString("hidewhois"));