--- deliantra/server/pod/events.pod 2007/03/02 00:29:08 1.16 +++ deliantra/server/pod/events.pod 2007/04/02 18:04:46 1.17 @@ -375,10 +375,15 @@ Called as soon as a new connection to the server is established. Should not be overriden. +=head3 setup (client string -- ) + +Client sent the setup command to negotiate parameters. Handling is +mandatory and done by F. + =head3 addme (client -- ) -The client sent an addme, thus ending the initial handshaking. If overriden, the server -will not send any response. +The client sent an addme, thus ending the initial handshaking. Handling is mandatory +and done by F. =head3 reply (client replystring -- )