mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 01:56:22 +00:00
Renamed ui_room_member_kicked -> mucwin_occupant_kicked
This commit is contained in:
@@ -497,7 +497,7 @@ sv_ev_room_occupent_kicked(const char *const room, const char *const nick, const
|
||||
const char *const reason)
|
||||
{
|
||||
muc_roster_remove(room, nick);
|
||||
ui_room_member_kicked(room, nick, actor, reason);
|
||||
mucwin_occupant_kicked(room, nick, actor, reason);
|
||||
occupantswin_occupants(room);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user