diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-29 00:08:45 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-29 00:08:45 +0000 |
commit | 96e4434f9078bf3db0dad96d56f35cbee53252d5 (patch) | |
tree | 9a99a6cc7edda938c116307a917de9566677e943 /include | |
parent | 2b3d8e3d1841425af7412b3bf25657cf334c0175 (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.h | 5 |
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; |