]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/hooks.h
Fix up migration to use transactions, also start a commands module.
[irc/quakenet/newserv.git] / core / hooks.h
index 12c30b7e899a0a59e8b7698b7963ca6b9f8e824e..8d456c5c26e4961676b50ca6639872dccb2f5560 100644 (file)
@@ -75,6 +75,8 @@
 #define HOOK_AUTH_FLAGSUPDATED     801 /* Argument is void*[2] (authname*, u_int64_t*) */
 #define HOOK_AUTH_LOSTAUTHNAME     802 /* Argument is authname* */
 
+#define HOOK_TRUSTS_DB_LOADED      901 /* No arg */
+
 #define PRIORITY_DEFAULT           0
 
 #define PRIORITY_MAX               LONG_MIN