mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 16:36:21 +00:00
Added /roster show|hide contacts
This commit is contained in:
@@ -1324,6 +1324,11 @@ cons_roster_setting(void)
|
||||
else
|
||||
cons_show("Roster priority (/roster) : hide");
|
||||
|
||||
if (prefs_get_boolean(PREF_ROSTER_CONTACTS))
|
||||
cons_show("Roster contacts (/roster) : show");
|
||||
else
|
||||
cons_show("Roster contacts (/roster) : hide");
|
||||
|
||||
char *by = prefs_get_string(PREF_ROSTER_BY);
|
||||
cons_show("Roster by (/roster) : %s", by);
|
||||
prefs_free_string(by);
|
||||
|
||||
Reference in New Issue
Block a user