Added /roster rooms position preference

This commit is contained in:
James Booth
2016-01-19 22:38:00 +00:00
parent 7b982f383c
commit 519b10d105
10 changed files with 66 additions and 9 deletions

View File

@@ -1346,6 +1346,10 @@ cons_roster_setting(void)
else
cons_show("Roster rooms (/roster) : hide");
char *rooms_pos = prefs_get_string(PREF_ROSTER_ROOMS_POS);
cons_show("Roster rooms position (/roster) : %s", rooms_pos);
prefs_free_string(rooms_pos);
char *rooms_order = prefs_get_string(PREF_ROSTER_ROOMS_ORDER);
cons_show("Roster rooms order (/roster) : %s", rooms_order);
prefs_free_string(rooms_order);