1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 22:46:38 +02:00
Files
unrealircd/src/modules
Bram Matthys d6b0981433 Module coders: Update HOOKTYPE_LOCAL_NICKCHANGE and HOOKTYPE_REMOTE_NICKCHANGE.
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
2021-04-17 10:38:25 +02:00
..
2019-10-26 10:02:00 +02:00
2019-10-26 10:02:00 +02:00
2020-08-26 07:17:07 +02:00
2019-10-18 13:54:40 +02:00
2020-05-05 20:16:56 +02:00
2019-10-11 14:46:13 +02:00
2019-10-05 15:04:54 +02:00
2020-05-16 10:04:33 +02:00
2020-05-05 20:16:56 +02:00
2021-01-08 15:32:55 +01:00
2004-05-12 22:02:05 +00:00
2019-10-09 18:20:06 +02:00
2019-10-19 11:45:08 +02:00
2019-10-18 13:54:40 +02:00
2019-10-11 14:46:13 +02:00
2019-10-11 14:46:13 +02:00