mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 17:56:21 +00:00
Changed comma colour in room roster
This commit is contained in:
@@ -1479,7 +1479,8 @@ _ui_room_roster(const char * const room, GList *roster, const char * const prese
|
|||||||
if (presence == NULL) {
|
if (presence == NULL) {
|
||||||
length++;
|
length++;
|
||||||
win_save_vprint(window, '!', NULL, NO_EOL, COLOUR_ROOMINFO, "", "%d participants: ", length);
|
win_save_vprint(window, '!', NULL, NO_EOL, COLOUR_ROOMINFO, "", "%d participants: ", length);
|
||||||
win_save_vprint(window, '!', NULL, NO_DATE | NO_EOL, COLOUR_ONLINE, "", "%s, ", muc_get_room_nick(room));
|
win_save_vprint(window, '!', NULL, NO_DATE | NO_EOL, COLOUR_ONLINE, "", "%s", muc_get_room_nick(room));
|
||||||
|
win_save_print(window, '!', NULL, NO_DATE | NO_EOL, 0, "", ", ");
|
||||||
} else {
|
} else {
|
||||||
win_save_vprint(window, '!', NULL, NO_EOL, COLOUR_ROOMINFO, "", "%d %s: ", length, presence);
|
win_save_vprint(window, '!', NULL, NO_EOL, COLOUR_ROOMINFO, "", "%d %s: ", length, presence);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user