1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 11:23:12 +02:00

Remove set::maxbanlength as it is not useful and only confusing.

https://www.unrealircd.org/docs/Set_block#set::maxbanlength
This commit is contained in:
Bram Matthys
2023-05-28 20:25:02 +02:00
parent 23bddde416
commit bb419b95d1
5 changed files with 11 additions and 22 deletions
-4
View File
@@ -31,10 +31,6 @@
* that do not have halfops or higher, and only channels that have any
* textbans set.
* UPDATE: The speed impact for 15 bans per channel is 42 usec PEAK.
* HINT: If you are hitting the "normal banlimit" before you actually hit this
* one, then you might want to tweak the #define MAXBANS and #define
* MAXBANLENGTH in include/struct.h. Doubling MAXBANLENGTH is usually
* a good idea, and then you can enlarge MAXBANS too a bit if you want to.
*/
#define MAX_EXTBANT_PER_CHAN 15 /* Max number of ~T bans in a channel. */