]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-hook.php
More towards notes (still not finished)
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-hook.php
index 385854173201d135a1ff10430b7d7d3e81ac28f6..1f6878f91e5c3ad2cfe1d13681e9d7e68b41cfa7 100644 (file)
@@ -143,6 +143,13 @@ define('HOOKTYPE_RIGHTCLICK_MENU', 118);
 
 /* 119 = HOOKTYPE_HEADER (See under HOOKTYPE_PRE_HEADER) */
 
+define('HOOKTYPE_GENERAL_SETTINGS', 120);
+
+/* Array passed is $_POST[] */
+define('HOOKTYPE_GENERAL_SETTINGS_POST', 121);
+
+
+
 /** Send out a request to ask if there are any plugins which provide authentication */
 define('HOOKTYPE_AUTH_MOD', 200);