mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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 <psychon@znc.in>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user