Send RPL_ENDOFTRACE on local /etrace

This commit is contained in:
Ryan Schmidt 2021-09-23 12:49:30 -07:00 committed by GitHub
parent 7b4a1198c5
commit cb317c5e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,10 @@ mo_etrace(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sourc
target_p->servptr->name,
get_id(target_p, target_p));
else
{
do_single_etrace(source_p, target_p);
sendto_one_numeric(source_p, RPL_ENDOFTRACE, form_str(RPL_ENDOFTRACE), target_p->name);
}
}
else
sendto_one_numeric(source_p, ERR_NOSUCHNICK,