mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 03:16:21 +00:00
Added /roster show|hide rooms
This commit is contained in:
@@ -417,7 +417,7 @@ _rosterwin_rooms(ProfLayoutSplit *layout, gboolean newline)
|
||||
if (ch) {
|
||||
g_string_append_printf(title_str, "%c", ch);
|
||||
}
|
||||
g_string_append(title_str, "rooms");
|
||||
g_string_append(title_str, "Rooms");
|
||||
if (prefs_get_boolean(PREF_ROSTER_COUNT)) {
|
||||
g_string_append_printf(title_str, " (%d)", g_list_length(rooms));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user