]> jfr.im git - irc/rqf/shadowircd.git/commit
Send ERR_TOOMANYCHANNELS for each channel join that fails due to channel limits.
authorJD Horelick <redacted>
Wed, 15 Dec 2010 05:02:47 +0000 (00:02 -0500)
committerJD Horelick <redacted>
Wed, 15 Dec 2010 05:02:47 +0000 (00:02 -0500)
commit4b631c0586b621747876267e8a16e076904f51de
treec1eb39b8df1ef2d9b662fddcd48080296b6614a2
parent77306edd3983ca878a7f3c3faa9fbadecb1c764c
Send ERR_TOOMANYCHANNELS for each channel join that fails due to channel limits.
The reason why we do this is because some clients are dependent on receiving a numeric
for every channel join failure, even due to this limit where it can be assumed that
subsequent joins failed.
src/channel.c