mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 09:16:22 +00:00
Removed plugin hook call for MUC history
This commit is contained in:
@@ -230,10 +230,7 @@ sv_ev_room_history(const char *const room_jid, const char *const nick,
|
||||
{
|
||||
ProfMucWin *mucwin = wins_get_muc(room_jid);
|
||||
if (mucwin) {
|
||||
char *new_message = plugins_pre_room_message_display(room_jid, nick, message);
|
||||
mucwin_history(mucwin, nick, timestamp, new_message);
|
||||
plugins_post_room_message_display(room_jid, nick, new_message);
|
||||
free(new_message);
|
||||
mucwin_history(mucwin, nick, timestamp, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user