mirror of
https://github.com/znc/znc.git
synced 2026-05-08 06:14:40 +02:00
Added SSL (+) and port in networks list for connected servers.
(cherry picked from commit 054e873bec)
This commit is contained in:
committed by
Alexey Sokolov
parent
0d2622ec23
commit
2d2e123777
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user