mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Revert "Fix #1147: show new server name when jumping"
This commit is contained in:
@@ -334,10 +334,6 @@ void CClient::UserCommand(CString& sLine) {
|
||||
}
|
||||
}
|
||||
|
||||
if (!pServer) {
|
||||
pServer = m_pNetwork->GetNextServer();
|
||||
}
|
||||
|
||||
if (GetIRCSock()) {
|
||||
GetIRCSock()->Quit();
|
||||
if (pServer)
|
||||
|
||||
Reference in New Issue
Block a user