mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-12 14:28:36 -07:00
restore multiprefix support in RPL_WHOREPLY
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user