]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-hook.php
Allow editing the panel profile
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-hook.php
index 8176db1308d1adab38af450072df46a05cb6d431..7ebeb1af14f9cb3373dd33645d367808728d23fb 100644 (file)
@@ -130,6 +130,8 @@ define('HOOKTYPE_USER_LOGIN', 114);
 define('HOOKTYPE_USER_LOGIN_FAIL', 115);
 
 define('HOOKTYPE_USER_PERMISSION_LIST', 116);
+
+define('HOOKTYPE_EDIT_USER', 117);
 /** 
  *  Class for "Hook"
  * This is the main function which gets called whenever you want to use a Hook.