]> arthur.barton.de Git - ngircd-alex.git/commit
Fix "MAXLIST=beI:50": the limit is the sum of all lists
authorAlexander Barton <alex@barton.de>
Mon, 23 Jan 2012 20:51:38 +0000 (21:51 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 23 Jan 2012 20:51:38 +0000 (21:51 +0100)
commitb6f19ea8feceeb2246995222f03790e6f00b0dfd
tree989c28389d5fa90e6bfc686b6ce6a280c3734f3b
parent8c46067b34b71dac23b388c0acc28fdf8db111fa
Fix "MAXLIST=beI:50": the limit is the sum of all lists

"Modes which are specified in the same pair share the same maximum size",
so "beI:50" means a total of 50 entries, regardless of the list.

See <http://www.irc.org/tech_docs/draft-brocklesby-irc-isupport-03.txt>,
thanks to Cahata for reporting this!
src/ngircd/irc-mode.c