mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 02:16:39 +02:00
3652940c2c
the default set::max-channels-per-user (also called set::maxchannelsperuser). This way you can give known-users a higher max-channels-per-user, or even a special security group for trusted users (that you may already have given a more lax flood setting and lower lag-penalty etc. etc. so that fits in nicely) And yeah this also: * Makes it both in set and the anti-flood block accept both maxchannelsperuser and max-channels-per-user. * Removes old MAXCHANNELS= in 005, as we already have CHANLIMIT= This does not: * Re-announce the 005 CHANLIMIT= if someone transitions from a security group with a different max-channels-per-user. We don't do that for IRCOps either, and I think no IRCd does that actually... To be honest i wonder if sending the limit in 005 is useful at all, do client really track this and limit their GUI based on it?? Doubt it!