diff options
| author | 2019-01-25 03:27:13 +0000 | |
|---|---|---|
| committer | 2019-01-25 03:27:13 +0000 | |
| commit | b4685e06d45336e7ce7cb138f8261ac120a2d6d3 (patch) | |
| tree | 5381913a67543db4e91a72a4949cf6cde2942711 /src/users.cpp | |
| parent | Migrate m_ssl_gnutls from auto_ptr to shared_ptr. (diff) | |
| download | inspircd++-b4685e06d45336e7ce7cb138f8261ac120a2d6d3.tar.gz inspircd++-b4685e06d45336e7ce7cb138f8261ac120a2d6d3.tar.bz2 inspircd++-b4685e06d45336e7ce7cb138f8261ac120a2d6d3.zip | |
Remove all 2.0 config compatibility code.
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 9813d64a9..b24a44d1d 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1201,7 +1201,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(ServerInstance->Config->MaxChans), + penaltythreshold(0), commandrate(0), maxlocal(0), maxglobal(0), maxconnwarn(true), maxchans(20), limit(0), resolvehostnames(true) { } |
