aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-08-13 18:30:40 -0400
committerGravatar Daniel De Graaf2010-08-13 18:30:40 -0400
commit309db2a84b357a64bb47e9763558a9609ac72ace (patch)
tree4b3cac2afbdfd9511b3f2c86d522c2e528d383db /src/configreader.cpp
parentAdd mode-merge indicator to FMODE (diff)
downloadinspircd++-309db2a84b357a64bb47e9763558a9609ac72ace.tar.gz
inspircd++-309db2a84b357a64bb47e9763558a9609ac72ace.tar.bz2
inspircd++-309db2a84b357a64bb47e9763558a9609ac72ace.zip
<performance:maxwho> is no longer used, remove from config
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 3c843f835..1f8c2f7d4 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -373,11 +373,9 @@ static const Deprecated ChangedConfig[] = {
{"options", "hidemodes", "has been moved to <security:hidemodes> as of 1.2a3"},
{"options", "maxtargets", "has been moved to <security:maxtargets> as of 1.2a3"},
{"options", "nouserdns", "has been moved to <performance:nouserdns> as of 1.2a3"},
- {"options", "maxwho", "has been moved to <performance:maxwho> as of 1.2a3"},
{"options", "softlimit", "has been moved to <performance:softlimit> as of 1.2a3"},
{"options", "somaxconn", "has been moved to <performance:somaxconn> as of 1.2a3"},
{"options", "netbuffersize", "has been moved to <performance:netbuffersize> as of 1.2a3"},
- {"options", "maxwho", "has been moved to <performance:maxwho> as of 1.2a3"},
{"options", "loglevel", "1.2 does not use the loglevel value. Please define <log> tags instead."},
{"die", "value", "you need to reread your config"},
};