From d728fb98cc1fa5916df16c18490da28cb78f84bd Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Mon, 14 Feb 2011 14:23:20 +0100 Subject: [PATCH] Remove some outdated comment Since b359f968 / r2171 this comment is outdated, but someone (*cough*) forgot to remove it back then. Signed-off-by: Uli Schlachter --- ClientCommand.cpp | 3 --- 1 file changed, 3 deletions(-) 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);