]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/hooks.txt
Log to serverlog when throwing out a server because of a bad nickname.
[irc/rqf/shadowircd.git] / doc / hooks.txt
index f85c0fdf7b91613de5e89a8421383e4280e2a08b..002da0ea5fa0e56fc2f995893274467db0bb112d 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,4 @@ community.
 "iorecv"
 "iorecvctrl"
 
-$Id: hooks.txt 710 2006-02-06 03:10:01Z gxti $
+$Id: hooks.txt 3414 2007-04-15 16:54:50Z jilles $