1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 16:33:13 +02:00
Files
unrealircd/include
Bram Matthys cb9b24686b Module API changes:
- For HOOKTYPE_LOCAL_JOIN and HOOKTYPE_REMOTE_JOIN: drop parv[] argument
  as it was useless anyway, it only contained the channel name in parv[1]
  but never the key, sometimes was entirely NULL even.
- For HOOKTYPE_PRE_LOCAL_JOIN instead of char *parv[] we now pass
  const char *key. As predicted more than a year ago when fixing
  0902ed7a99
2021-09-10 19:22:47 +02:00
..
2021-09-10 15:25:21 +02:00
2002-02-16 20:15:41 +00:00
2021-09-10 19:22:47 +02:00
2016-05-12 16:57:32 +08:00
2021-09-10 15:48:58 +02:00
2000-02-28 22:45:44 +00:00
2004-05-13 16:39:23 +00:00