diff --git a/docs/plugins.pod b/docs/plugins.pod index 6413e56..e972eb2 100644 --- a/docs/plugins.pod +++ b/docs/plugins.pod @@ -410,6 +410,13 @@ are noted in the description of the hook. If you need examples how the hook can be used, see the source of the plugins, which are given as example plugins. +B: for some hooks (post-fork, post-connection, disconnect, deny, ok) the +return values are ignored. This does B mean you can return anything you +want. It just means the return value is discarded and you can not disconnect +a client with I. The rule to return I to run the +next plugin for this hook (or return I / I to stop processing) +still applies. + =head2 hook_pre_connection Called by a controlling process (e.g. forkserver or prefork) after accepting