diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index 66b1587a..77a43527 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -334,10 +334,6 @@ void CClient::UserCommand(CString& sLine) { } } - if (!pServer) { - pServer = m_pNetwork->GetNextServer(); - } - if (GetIRCSock()) { GetIRCSock()->Quit(); if (pServer)