summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-01-29 00:08:45 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-01-29 00:08:45 +0000
commit96e4434f9078bf3db0dad96d56f35cbee53252d5 (patch)
tree9a99a6cc7edda938c116307a917de9566677e943 /include
parent2b3d8e3d1841425af7412b3bf25657cf334c0175 (diff)
Remove MaxWhoResults, replace with an increase of Penalty based on result list size
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12325 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configreader.h b/include/configreader.h
index eee16cb6c..3d01d7e91 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -409,11 +409,6 @@ class CoreExport ServerConfig
*/
unsigned int MaxTargets;
- /** The maximum number of /WHO results allowed
- * in any single /WHO command.
- */
- int MaxWhoResults;
-
/** True if we're going to hide netsplits as *.net *.split for non-opers
*/
bool HideSplits;