]> arthur.barton.de Git - ngircd-alex.git/commitdiff
WHO #channel: don't limit list size
authorAlexander Barton <alex@barton.de>
Mon, 10 Sep 2012 10:43:44 +0000 (12:43 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 10 Sep 2012 10:43:44 +0000 (12:43 +0200)
It makes no sense to limit the list size when doing WHO for a channel
and not to return all the users in that channel, so I removed the check.
But if there are more than MAX_RPL_WHO(25) replies, the client requesting
the list will be "penalized" one second more (then 2 in total).

This fixes bug #125.


No differences found