summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 66bb97ea0..88279004f 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -117,14 +117,6 @@ class ServerLimits
/** Maximum hostname length */
size_t MaxHost;
- /** Creating the class initialises it to the defaults
- * as in 1.1's ./configure script. Reading other values
- * from the config will change these values.
- */
- ServerLimits() : NickMax(31), ChanMax(64), MaxModes(20), IdentMax(12),
- MaxQuit(255), MaxTopic(307), MaxKick(255), MaxGecos(128), MaxAway(200),
- MaxLine(512), MaxHost(64) { }
-
/** Read all limits from a config tag. Limits which aren't specified in the tag are set to a default value.
* @param tag Configuration tag to read the limits from
*/