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

Update release notes a bit

... and make set::max-inherit-extended-bans::ban-exception default to 0
because that functionality is not implemented
The +e's are already checked when using +b ~inherit though..
This commit is contained in:
Bram Matthys
2024-09-25 10:14:46 +02:00
parent 2c77bc3723
commit eae680c773
2 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ int inherit_stats(Client *client, const char *flag);
/* Variables */
int maximum_inherit_ban_count = 1;
int maximum_inherit_exempt_count = 1;
int maximum_inherit_exempt_count = 0;
int maximum_inherit_invex_count = 1;
Extban *register_channel_extban(ModuleInfo *modinfo)