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