mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 06:26:37 +02:00
d6b0981433
I forgot to include message tags earlier, so this is a breaking change: -int hooktype_local_nickchange(Client *client, char *newnick); -int hooktype_remote_nickchange(Client *client, char *newnick); +int hooktype_local_nickchange(Client *client, MessageTag *mtags, char *newnick); +int hooktype_remote_nickchange(Client *client, MessageTag *mtags, char *newnick); Be sure to update your hooks! You can use something like: #if UNREAL_VERSION_TIME>=202115