]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-hook.php
Disable permission checks when no auth plugin exists
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-hook.php
index 7ebeb1af14f9cb3373dd33645d367808728d23fb..fc7f71ac37ea293baa188dfcdc7e9fc85a44a337 100644 (file)
@@ -132,6 +132,10 @@ define('HOOKTYPE_USER_LOGIN_FAIL', 115);
 define('HOOKTYPE_USER_PERMISSION_LIST', 116);
 
 define('HOOKTYPE_EDIT_USER', 117);
+
+
+
+define('HOOKTYPE_AUTH_MOD', 200);
 /** 
  *  Class for "Hook"
  * This is the main function which gets called whenever you want to use a Hook.