aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2014-03-07 18:03:01 +0100
committerGravatar Attila Molnar2014-03-07 18:03:01 +0100
commit7f4a2cc351efa9c6b50ef15c5772c54cbaef4e75 (patch)
tree91398b69c0cf04ade6b957c2113aa8c5b95a8bc9 /src/configreader.cpp
parentRead the die and restart password and their hash type on demand (diff)
Move {prefix|suffix|fixed}{quit|part} into core_user
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index f80764048..6d5fc9a87 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -366,12 +366,6 @@ void ServerConfig::Fill()
if (!nsid.empty() && nsid != sid)
throw CoreException("You must restart to change the server id");
}
- PrefixQuit = options->getString("prefixquit");
- SuffixQuit = options->getString("suffixquit");
- FixedQuit = options->getString("fixedquit");
- PrefixPart = options->getString("prefixpart");
- SuffixPart = options->getString("suffixpart");
- FixedPart = options->getString("fixedpart");
SoftLimit = ConfValue("performance")->getInt("softlimit", SocketEngine::GetMaxFds(), 10, SocketEngine::GetMaxFds());
CCOnConnect = ConfValue("performance")->getBool("clonesonconnect", true);
MaxConn = ConfValue("performance")->getInt("somaxconn", SOMAXCONN);