Added roster count option

This commit is contained in:
James Booth
2015-11-18 02:02:49 +00:00
parent edbd2d5843
commit 4505102fa8
6 changed files with 50 additions and 5 deletions

View File

@@ -1222,6 +1222,11 @@ cons_roster_setting(void)
else
cons_show("Roster empty (/roster) : hide");
if (prefs_get_boolean(PREF_ROSTER_COUNT))
cons_show("Roster count (/roster) : show");
else
cons_show("Roster count (/roster) : hide");
char *by = prefs_get_string(PREF_ROSTER_BY);
cons_show("Roster by (/roster) : %s", by);
prefs_free_string(by);