mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 23:16:38 +02:00
73b908e413
* Now ban_check_types (previously checktype): this is one or more of BANCHK_* OR'd together, eg BANCHK_JOIN, BANCHK_MSG.. * Now ban_type (previously what2): this is the type of the ban, eg EXBTYPE_BAN, EXBTYPE_EXCEPT, etc. * Now is_ok_check (previously is_ok_checktype) this is one of EXBCHK_* for is_ok, eg EXBCHK_PARAM to check parameter.