diff --git a/IRCSock.cpp b/IRCSock.cpp index 4f4791fd..69f839f2 100644 --- a/IRCSock.cpp +++ b/IRCSock.cpp @@ -748,8 +748,6 @@ void CIRCSock::UserConnected(CUserSock* pUserSock) { } } - //PutUser(""); - string sBufLine; while (m_QueryBuffer.GetNextLine(GetNick(), sBufLine)) { PutUser(sBufLine);