]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/hooks.h
CHANSERV: remove accidental sendemail from SETEMAIL command.
[irc/quakenet/newserv.git] / core / hooks.h
index aaf6c2a0750d27ad2328908ca23f680a06050340..c728c2e5cbeb0446e8375e5629210ad4645fe4f9 100644 (file)
 #define HOOK_WHOWAS_NEWRECORD      1200 /* Argument is void*[2] (whowas *, nick *) */
 #define HOOK_WHOWAS_LOSTRECORD     1201 /* Argument is whowas * */
 
+#define HOOK_LUA_LOADSCRIPT        1300 /* Argument is void*[2] (char *, lua_State *) */
+#define HOOK_LUA_UNLOADSCRIPT      1301 /* Argument is lua_State* */
+
 #define PRIORITY_DEFAULT           0
 
 #define PRIORITY_MAX               LONG_MIN