diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configreader.h b/include/configreader.h index d3b3edd84..5541a2c42 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -459,10 +459,6 @@ class CoreExport ServerConfig */ std::map<irc::string, bool> ulines; - /** Max banlist sizes for channels (the std::string is a glob) - */ - std::map<std::string, int> maxbans; - /** If set to true, no user DNS lookups are to be performed */ bool NoUserDns; |