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:
Aaron Jones 2020-06-27 14:42:20 +00:00
parent 3e95f943de
commit b41d97e9ab
No known key found for this signature in database
GPG key ID: 50C25BA590AE7AB4

View file

@ -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;
}
}