forked from External/ergo
restore multiprefix support in RPL_WHOREPLY
This commit is contained in:
parent
97417f4c32
commit
a6d41109d0
1 changed files with 1 additions and 1 deletions
|
|
@ -2867,7 +2867,7 @@ func (client *Client) rplWhoReply(channel *Channel, target *Client, rb *Response
|
|||
}
|
||||
|
||||
if channel != nil {
|
||||
flags.WriteString(channel.ClientPrefixes(target, false))
|
||||
flags.WriteString(channel.ClientPrefixes(target, rb.session.capabilities.Has(caps.MultiPrefix)))
|
||||
}
|
||||
|
||||
if target.HasMode(modes.Bot) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue