mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 21:13:12 +02:00
3c3d8a5605
match_user_extended_server_ban except that it works by name/value. This can then be used by crules or in other mods, like: user_matches_extended_server_ban(client, "country", "NL"); If the performance impact isn't too bad (of the extra work) then this prevents duplicate code in the handler for things like that: account, country, certfp, and whatever we add in the future..