diff options
| author | 2014-03-19 20:52:56 +0000 | |
|---|---|---|
| committer | 2014-04-11 16:14:10 +0200 | |
| commit | c511bb56f5ceff1e395d82c4bfd78e5c23aabab6 (patch) | |
| tree | 389364fc0772775199d4e716da414571086d090e /src/configreader.cpp | |
| parent | Implement support for numeric character references. (diff) | |
Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
Remove channels/high-join-limit privilege
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index cda5e03e0..c82bda479 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -392,7 +392,7 @@ void ServerConfig::Fill() DefaultModes = options->getString("defaultmodes", "not"); PID = ConfValue("pid")->getString("file"); MaxChans = ConfValue("channels")->getInt("users", 20); - OperMaxChans = ConfValue("channels")->getInt("opers", 60); + OperMaxChans = ConfValue("channels")->getInt("opers"); c_ipv4_range = ConfValue("cidr")->getInt("ipv4clone", 32); c_ipv6_range = ConfValue("cidr")->getInt("ipv6clone", 128); Limits.NickMax = ConfValue("limits")->getInt("maxnick", 32); |
