X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/6930484cee8ca01014e0194df0ad8001e340ae5a..refs/pull/10/head:/Classes/class-hook.php diff --git a/Classes/class-hook.php b/Classes/class-hook.php index d5215b1..8efb26b 100644 --- a/Classes/class-hook.php +++ b/Classes/class-hook.php @@ -115,6 +115,19 @@ define('HOOKTYPE_USERMETA_DEL', 109); * @param array $meta [id, key, value] */ define('HOOKTYPE_USERMETA_GET', 110); + +/** HOOKTYPE_USER_CREATE + * @param array $userinfo [] + */ +define('HOOKTYPE_USER_CREATE', 111); + +define('HOOKTYPE_GET_USER_LIST', 112); + +define('HOOKTYPE_USER_DELETE', 113); + +define('HOOKTYPE_USER_LOGIN', 114); + +define('HOOKTYPE_USER_LOGIN_FAIL', 115); /** * Class for "Hook" * This is the main function which gets called whenever you want to use a Hook.