Don't show server passwords on ZNC startup.

Fix #1599
Close #1607
This commit is contained in:
Alexey Sokolov
2018-11-26 22:58:50 +00:00
parent 4c5e6eee18
commit ca4977879d

View File

@@ -484,8 +484,8 @@ bool CIRCNetwork::ParseConfig(CConfig* pConfig, CString& sError,
}
pConfig->FindStringVector("server", vsList);
CUtils::PrintAction("Adding " + CString(vsList.size()) + " servers");
for (const CString& sServer : vsList) {
CUtils::PrintAction("Adding server [" + sServer + "]");
CUtils::PrintStatus(AddServer(sServer));
}