X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/180b8ec1d4d2b3d4e930f57b9850348159510b27..refs/pull/10/head:/Classes/class-hook.php diff --git a/Classes/class-hook.php b/Classes/class-hook.php index 26c84ee..8efb26b 100644 --- a/Classes/class-hook.php +++ b/Classes/class-hook.php @@ -124,6 +124,10 @@ 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.