From 44bbde35ee8974e3ae04dcf15a978725582268c6 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 15 Oct 2015 08:38:02 +0100 Subject: [PATCH] Revert "Fix #1147: show new server name when jumping" --- src/ClientCommand.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index 66b1587a8b..77a4352743 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)