]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-hook.php
Merge branch 'main' into patch-3
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-hook.php
index 26c84eebef0bb2a558d52c6fbcfbd962c5bd29d6..8efb26b123c1bf04a8d98a97fbb8ccf3b1f7e360 100644 (file)
@@ -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.