m_invite: remove redundant block of code missed by review
I missed this due to refactoring in #341. This function is already called by the same function we're already in, just further down. [ci skip]
This commit is contained in:
parent
3e95f943de
commit
b41d97e9ab
1 changed files with 0 additions and 3 deletions
|
@ -162,9 +162,6 @@ m_invite(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source
|
|||
sendto_one(source_p, form_str(ERR_CHANOPRIVSNEEDED),
|
||||
me.name, source_p->name, parv[2]);
|
||||
|
||||
if (MyClient(target_p))
|
||||
add_reply_target(target_p, source_p);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue