mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 14:16:21 +00:00
Moved function to remove from roster on nick change
This commit is contained in:
@@ -240,6 +240,7 @@ room_add_pending_nick_change(const char * const room,
|
||||
|
||||
if (chat_room != NULL) {
|
||||
g_hash_table_insert(chat_room->nick_changes, strdup(new_nick), strdup(old_nick));
|
||||
room_remove_from_roster(room, old_nick);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user