LIST: Fix list to display right member counts

This commit is contained in:
Daniel Oaks 2017-01-22 13:01:44 +10:00
parent ea0121aeff
commit ccae0cf7cd
1 changed files with 1 additions and 1 deletions

View File

@ -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>}]