message: run privmsg_user hook on both source and target

This commit is contained in:
Ariadne Conill 2020-07-09 16:04:56 -06:00
parent 4abf8eb2e6
commit 92f5320e1d

View file

@ -765,22 +765,22 @@ msg_client(enum message_type msgtype,
sendto_one_numeric(source_p, RPL_AWAY, form_str(RPL_AWAY),
target_p->name, target_p->user->away);
hdata.msgtype = msgtype;
hdata.source_p = source_p;
hdata.target_p = target_p;
hdata.text = text;
hdata.approved = 0;
call_hook(h_privmsg_user, &hdata);
/* buffer location may have changed. */
text = hdata.text;
if (hdata.approved != 0)
return;
if(MyClient(target_p))
{
hdata.msgtype = msgtype;
hdata.source_p = source_p;
hdata.target_p = target_p;
hdata.text = text;
hdata.approved = 0;
call_hook(h_privmsg_user, &hdata);
/* buffer location may have changed. */
text = hdata.text;
if (hdata.approved != 0)
return;
if (EmptyString(text))
{
/* could be empty after colour stripping and