mirror of
https://github.com/znc/znc.git
synced 2026-05-04 20:42:33 +02:00
@@ -388,7 +388,7 @@ void CClient::AcceptLogin(CUser& User) {
|
||||
|
||||
// Set our proper timeout and set back our proper timeout mode
|
||||
// (constructor set a different timeout and mode)
|
||||
SetTimeout(CIRCNetwork::NO_TRAFFIC_TIMEOUT, TMO_READ);
|
||||
SetTimeout(User.GetNoTrafficTimeout(), TMO_READ);
|
||||
|
||||
SetSockName("USR::" + m_pUser->GetUserName());
|
||||
SetEncoding(m_pUser->GetClientEncoding());
|
||||
|
||||
Reference in New Issue
Block a user