mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 06:16:21 +00:00
Added /roster order name|presence
This commit is contained in:
@@ -1226,6 +1226,10 @@ cons_roster_setting(void)
|
||||
cons_show("Roster by (/roster) : %s", by);
|
||||
prefs_free_string(by);
|
||||
|
||||
char *order = prefs_get_string(PREF_ROSTER_ORDER);
|
||||
cons_show("Roster order (/roster) : %s", order);
|
||||
prefs_free_string(order);
|
||||
|
||||
int size = prefs_get_roster_size();
|
||||
cons_show("Roster size (/roster) : %d", size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user