From 4a12fc9d4bfb77fc2fc05c1052c66294e3774649 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 22 Jul 2016 11:26:11 +0100 Subject: Add a method which calculates the maximum mask length. (#1171) --- include/configreader.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index fe1e5da9e..f2ba16902 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -121,6 +121,9 @@ class ServerLimits * @param tag Configuration tag to read the limits from */ ServerLimits(ConfigTag* tag); + + /** Maximum length of a n!u@h mask */ + size_t GetMaxMask() const { return NickMax + 1 + IdentMax + 1 + MaxHost; } }; struct CommandLineConf -- cgit v1.3.1-10-gc9f91