Skip to content

Commit

Permalink
Revert "Fix #1147: show new server name when jumping"
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 15, 2015
1 parent e57f646 commit 44bbde3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ClientCommand.cpp
Expand Up @@ -334,10 +334,6 @@ void CClient::UserCommand(CString& sLine) {
}
}

if (!pServer) {
pServer = m_pNetwork->GetNextServer();
}

if (GetIRCSock()) {
GetIRCSock()->Quit();
if (pServer)
Expand Down

0 comments on commit 44bbde3

Please sign in to comment.