]> arthur.barton.de Git - ngircd-alex.git/commit
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)
commit2205227c3b3cbc8788bcf97a037c9e3016f71c9c
tree0f78f93c9186db6299c3c5d76a1d443c27bc950c
parentd2d867ea36b57c594546c5486aa8c2d4ef199af0
WHO #channel: don't limit list size

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.
src/ngircd/irc-info.c