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:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user