diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index f1e7b0e9..e86b6051 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -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);