mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 09:13:12 +02:00
510b4b5505
(Also call it allow::match in the future, but accept allow::mask still) This is the first of several commits to convert all ::mask items. See https://www.unrealircd.org/docs/Mask_item for the consequences. In short, you can now use all of the security-group items directly in a mask, eg: allow { mask { account TrustedUser; } class clients; maxperip 10; }