]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/hooks.txt
ShadowIRCd 6.2.0-beta1
[irc/rqf/shadowircd.git] / doc / hooks.txt
index f85c0fdf7b91613de5e89a8421383e4280e2a08b..8ea267d5ed025371e65b0db412dc29636f48cebb 100644 (file)
@@ -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 $