Added SSL (+) and port in networks list for connected servers.

(cherry picked from commit 054e873bec)
This commit is contained in:
Chris Dennett
2013-11-17 16:34:32 +00:00
committed by Alexey Sokolov
parent 0d2622ec23
commit 2d2e123777
+1 -1
View File
@@ -1099,7 +1099,7 @@ public:
l["IRCNick"] = vNetworks[a]->GetIRCNick().GetNick();
CServer* pServer = vNetworks[a]->GetCurrentServer();
if (pServer) {
l["Server"] = pServer->GetName();
l["Server"] = pServer->GetName() + ":" + (pServer->IsSSL() ? "+" : "") + CString(pServer->GetPort());
}
}