Colour chat room members by presence for /who

This commit is contained in:
James Booth
2012-12-06 00:23:11 +00:00
parent b89ca4fc3e
commit c8b650e8be
2 changed files with 36 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ room_get_roster(const char * const room)
muc_room *chat_room = g_hash_table_lookup(rooms, room);
if (chat_room != NULL) {
return g_hash_table_get_keys(chat_room->roster);
return g_hash_table_get_values(chat_room->roster);
} else {
return NULL;
}