3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-25 21:39:25 +01:00

restore multiprefix support in RPL_WHOREPLY

This commit is contained in:
Shivaram Lingamneni 2020-07-12 16:40:11 -04:00
parent 97417f4c32
commit a6d41109d0

View File

@ -2867,7 +2867,7 @@ func (client *Client) rplWhoReply(channel *Channel, target *Client, rb *Response
} }
if channel != nil { 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) { if target.HasMode(modes.Bot) {