Merge commit 'refs/pull/1320/head' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2016-09-23 21:58:42 +01:00
+1 -1
View File
@@ -841,7 +841,7 @@ void CClient::UserCommand(CString& sLine) {
(pServer == pCurServ ? "*" : ""));
Table.SetCell("Port", CString(pServer->GetPort()));
Table.SetCell("SSL", (pServer->IsSSL()) ? "SSL" : "");
Table.SetCell("Pass", pServer->GetPass());
Table.SetCell("Pass", (!pServer->GetPass().empty()) ? "set" : "");
}
PutStatus(Table);