--- deliantra/server/pod/events.pod 2010/04/06 23:34:57 1.37 +++ deliantra/server/pod/events.pod 2010/04/08 19:31:22 1.39 @@ -443,8 +443,13 @@ =head3 connect (client -- ) -Called as soon as a new connection to the server is established. Should -not be overriden. +Called as soon as a new connection to the server is established and the +socket has been configured. + +=head3 version (client string -- ) + +Called as soon as the version command from the client is received +(normally the very first command sent). =head3 setup (client string -- )