mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 12:36:37 +02:00
3d5e49e701
Merge check_init and AllowClient into one single AllowClient() and make it use the more logic 1 and 0 return values for allow / deny. Similarly, use logic 1 / 0 return values for verify_link. Module coders: HOOKTYPE_CHECK_INIT and HOOKTYPE_PRE_LOCAL_CONNECT, changed the return value, you should now use HOOK_*, eg HOOK_DENY to stop processing (eg client killed).