X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..44e6a470d67a42234f72cc96d62bebea2b64e6c2:/doc/hooks.txt diff --git a/doc/hooks.txt b/doc/hooks.txt index f85c0fd..8ea267d 100644 --- a/doc/hooks.txt +++ b/doc/hooks.txt @@ -98,7 +98,9 @@ The following hooks are called during various events related to clients. hdata->target = client being introduced "new_local_user" - Sent just before introducing a new local user - to the network. + to the network. IsUnknown is still true for the + client but everything else is set up; it is ok to + call exit_client() to refuse the client. Passes struct Client, the client being introduced. "new_remote_user" - Sent just before introducing a new remote user @@ -119,4 +121,3 @@ community. "iorecv" "iorecvctrl" -$Id: hooks.txt 710 2006-02-06 03:10:01Z gxti $