Renamed ui_room_occupant_role_change -> mucwin_occupant_role_change

This commit is contained in:
James Booth
2015-11-01 21:15:14 +00:00
parent 1a87132dc7
commit eae0b59310
4 changed files with 4 additions and 4 deletions

View File

@@ -663,7 +663,7 @@ sv_ev_muc_occupant_online(const char *const room, const char *const nick, const
// role changed
} else if (g_strcmp0(role, old_role) != 0) {
ui_room_occupant_role_change(room, nick, role, actor, reason);
mucwin_occupant_role_change(room, nick, role, actor, reason);
// affiliation changed
} else if (g_strcmp0(affiliation, old_affiliation) != 0) {