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

This commit is contained in:
Chris Dennett
2013-11-17 16:34:32 +00:00
parent 1790778417
commit 054e873bec

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());
}
}