m_invite: send message tags (#173)
This commit is contained in:
parent
68f3678b46
commit
cad61c9d1a
1 changed files with 1 additions and 3 deletions
|
@ -218,9 +218,7 @@ m_invite(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source
|
|||
}
|
||||
|
||||
add_reply_target(target_p, source_p);
|
||||
sendto_one(target_p, ":%s!%s@%s INVITE %s :%s",
|
||||
source_p->name, source_p->username, source_p->host,
|
||||
target_p->name, chptr->chname);
|
||||
sendto_anywhere(target_p, source_p, "INVITE", ":%s", chptr->chname);
|
||||
|
||||
if(store_invite)
|
||||
add_invite(chptr, target_p);
|
||||
|
|
Loading…
Reference in a new issue