forked from External/ergo
fix invite message to clients
This commit is contained in:
parent
d6688a3047
commit
04bb79a610
4 changed files with 6 additions and 8 deletions
|
|
@ -456,9 +456,8 @@ func (channel *Channel) Invite(invitee *Client, inviter *Client) {
|
|||
return
|
||||
}
|
||||
|
||||
// TODO Modify channel masks
|
||||
inviter.RplInviting(invitee, channel.name)
|
||||
invitee.Reply(RplInviteMsg(inviter, channel.name))
|
||||
invitee.Reply(RplInviteMsg(inviter, invitee, channel.name))
|
||||
if invitee.flags[Away] {
|
||||
inviter.RplAway(invitee)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue