forked from External/ergo
LIST: Fix list to display right member counts
This commit is contained in:
parent
ea0121aeff
commit
ccae0cf7cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1679,7 +1679,7 @@ func (target *Client) RplList(channel *Channel) {
|
|||
}
|
||||
}
|
||||
|
||||
target.Send(nil, target.server.name, RPL_LIST, target.nick, channel.name, string(memberCount), channel.topic)
|
||||
target.Send(nil, target.server.name, RPL_LIST, target.nick, channel.name, strconv.Itoa(memberCount), channel.topic)
|
||||
}
|
||||
|
||||
// NAMES [<channel>{,<channel>}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue