diff --git a/ClientCommand.cpp b/ClientCommand.cpp index 063103be..bd18643c 100644 --- a/ClientCommand.cpp +++ b/ClientCommand.cpp @@ -297,9 +297,6 @@ void CClient::UserCommand(CString& sLine) { m_pUser->CheckIRCConnect(); return; } else if (sCommand.Equals("DISCONNECT")) { - // GetIRCSock() is only set after the low level connection - // to the IRC server was established. Before this we can - // only find the IRC socket by its name. if (GetIRCSock()) { CString sQuitMsg = sLine.Token(1, true); GetIRCSock()->Quit(sQuitMsg);