Send RPL_ENDOFTRACE on local /etrace
This commit is contained in:
parent
7b4a1198c5
commit
cb317c5e4a
1 changed files with 3 additions and 0 deletions
|
@ -123,7 +123,10 @@ mo_etrace(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sourc
|
||||||
target_p->servptr->name,
|
target_p->servptr->name,
|
||||||
get_id(target_p, target_p));
|
get_id(target_p, target_p));
|
||||||
else
|
else
|
||||||
|
{
|
||||||
do_single_etrace(source_p, target_p);
|
do_single_etrace(source_p, target_p);
|
||||||
|
sendto_one_numeric(source_p, RPL_ENDOFTRACE, form_str(RPL_ENDOFTRACE), target_p->name);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
sendto_one_numeric(source_p, ERR_NOSUCHNICK,
|
sendto_one_numeric(source_p, ERR_NOSUCHNICK,
|
||||||
|
|
Loading…
Reference in a new issue