diff options
| author | 2013-04-03 19:10:18 +0200 | |
|---|---|---|
| committer | 2013-04-08 23:13:24 +0200 | |
| commit | ebe5b201aab71cf2ead1e068889be736314fbb73 (patch) | |
| tree | 33bc1cc227073304f5e25731fa35a60cfd2712a3 /include/configreader.h | |
| parent | Add builtin modes using AddService() (diff) | |
Migrate u_listmode.h into the core, change +b to use it
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; |
