mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 03:49:27 +01:00
Fix implementation of LIST <n
This commit is contained in:
parent
1f08c97238
commit
379632a9e6
@ -1090,7 +1090,7 @@ func (matcher *elistMatcher) Matches(channel *Channel) bool {
|
||||
}
|
||||
|
||||
if matcher.MaxClientsActive {
|
||||
if len(channel.Members()) < len(channel.members) {
|
||||
if len(channel.Members()) > matcher.MaxClients {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user