aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-04-01 00:54:58 +0200
committerGravatar attilamolnar2013-04-01 00:54:58 +0200
commit56cae0f3a484cbcb20569b68917f1810a0c2f4a4 (patch)
tree9840c493ac9f05687a28aff540e9c3ca4025cb67 /src/configreader.cpp
parentMark as version 2.2 (diff)
downloadinspircd++-56cae0f3a484cbcb20569b68917f1810a0c2f4a4.tar.gz
inspircd++-56cae0f3a484cbcb20569b68917f1810a0c2f4a4.tar.bz2
inspircd++-56cae0f3a484cbcb20569b68917f1810a0c2f4a4.zip
Remove legacy code, mostly related to 1.2 compatibility
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 2577b83b8..1f863ba62 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -551,7 +551,6 @@ void ServerConfig::Fill()
Limits.MaxAway = ConfValue("limits")->getInt("maxaway", 200);
InvBypassModes = options->getBool("invitebypassmodes", true);
NoSnoticeStack = options->getBool("nosnoticestack", false);
- WelcomeNotice = options->getBool("welcomenotice", true);
range(SoftLimit, 10, ServerInstance->SE->GetMaxFds(), ServerInstance->SE->GetMaxFds(), "<performance:softlimit>");
range(MaxConn, 0, SOMAXCONN, SOMAXCONN, "<performance:somaxconn>");