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