Also report use of secure connection in account properties summary.

fix-message-formatting
Danny van Heumen 12 years ago
parent 667f339e3c
commit 133e86aa90

@ -144,6 +144,8 @@ public Iterator<Map.Entry<String,String>> getSummary()
summaryTable.put("Password", pass);
summaryTable.put("Nickname", registration.getUserID());
summaryTable.put("Server IRC", registration.getServer() + port);
summaryTable.put("Secure connection",
registration.isSecureConnection() ? "yes" : "no");
return summaryTable.entrySet().iterator();
}

Loading…
Cancel
Save