mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 00:16:38 +02:00
9ba9d65c7e
This resulted in 5-10 changes in the existing code where parameters were off. Hopefully I didn't make too many mistakes when writing the hook prototypes as it was a tedious job. An (unintentional) benefit of this new system is that you can see the hook prototypes in include/modules.h like: /* Hook prototypes */ int hooktype_local_quit(aClient *sptr, char *comment); .... Though, the wiki is likely a better place: https://www.unrealircd.org/docs/Dev:Hook_API