ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/pod/events.pod
(Generate patch)

Comparing deliantra/server/pod/events.pod (file contents):
Revision 1.38 by root, Thu Apr 8 17:36:54 2010 UTC vs.
Revision 1.39 by root, Thu Apr 8 19:31:22 2010 UTC

441handled asynchronously as soon as the command reaches the server, even when 441handled asynchronously as soon as the command reaches the server, even when
442the player hasn't logged in yet (meaning there is no player yet). 442the player hasn't logged in yet (meaning there is no player yet).
443 443
444=head3 connect (client -- ) 444=head3 connect (client -- )
445 445
446Called as soon as a new connection to the server is established. Should 446Called as soon as a new connection to the server is established and the
447not be overriden. 447socket has been configured.
448 448
449=head3 version (client string -- ) 449=head3 version (client string -- )
450 450
451Called as soon as the version command from the client is received 451Called as soon as the version command from the client is received
452(normally the very first command sent). 452(normally the very first command sent).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines