1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 23:06:38 +02:00
Files
unrealircd/doc
Bram Matthys 77234b2b8d API change for HOOKTYPE_PRE_INVITE and fix #5023:
* API change for HOOKTYPE_PRE_INVITE:
  (aClient *sptr, aClient *target, aChannel *chptr, int *override)
  Modules must now send the error message instead of only returning
  HOOK_DENY. Also check for operoverride and set *override=1.

This so modules can send their own error messages instead of the
default message being sent ("channel is +V" - which is not true).

Reported by Gottem (#5023).
2017-10-23 10:07:33 +02:00
..
2010-07-14 18:54:52 +00:00
2015-06-19 20:26:50 +02:00
2015-06-19 20:26:50 +02:00
2000-02-28 22:45:44 +00:00
2015-10-10 17:44:52 +02:00