diff options
| author | 2014-03-19 20:52:56 +0000 | |
|---|---|---|
| committer | 2014-04-11 16:14:10 +0200 | |
| commit | c511bb56f5ceff1e395d82c4bfd78e5c23aabab6 (patch) | |
| tree | 389364fc0772775199d4e716da414571086d090e /src/users.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/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index a15c31727..249f87850 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1252,7 +1252,7 @@ const std::string& FakeUser::GetFullRealHost() ConnectClass::ConnectClass(ConfigTag* tag, char t, const std::string& mask) : config(tag), type(t), fakelag(true), name("unnamed"), registration_timeout(0), host(mask), pingtime(0), softsendqmax(0), hardsendqmax(0), recvqmax(0), - penaltythreshold(0), commandrate(0), maxlocal(0), maxglobal(0), maxconnwarn(true), maxchans(0), + penaltythreshold(0), commandrate(0), maxlocal(0), maxglobal(0), maxconnwarn(true), maxchans(ServerInstance->Config->MaxChans), limit(0), resolvehostnames(true) { } |
