]> 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 d5215b1ab3adbe65e4c6a5654aef9b8d5a783f8b..8efb26b123c1bf04a8d98a97fbb8ccf3b1f7e360 100644 (file)
@@ -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.