Added /roster size and /occupants size settings

This commit is contained in:
James Booth
2014-11-15 23:47:27 +00:00
parent 3a778cc974
commit 1479a5e134
6 changed files with 93 additions and 9 deletions

View File

@@ -883,6 +883,9 @@ _cons_occupants_setting(void)
cons_show("Occupants (/occupants) : show");
else
cons_show("Occupants (/occupants) : hide");
int size = prefs_get_occupants_size();
cons_show("Occupants size (/occupants) : %d", size);
}
static void
@@ -958,6 +961,9 @@ _cons_roster_setting(void)
cons_show("Roster resource (/roster) : show");
else
cons_show("Roster resource (/roster) : hide");
int size = prefs_get_roster_size();
cons_show("Roster size (/roster) : %d", size);
}
static void