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.15 by root, Sat Feb 10 01:52:28 2007 UTC vs.
Revision 1.17 by root, Mon Apr 2 18:04:46 2007 UTC

304=head3 tell (player name message -- ) 304=head3 tell (player name message -- )
305 305
306Invoked whenever the player uses the B<tell> or B<reply> command, before 306Invoked whenever the player uses the B<tell> or B<reply> command, before
307it gets processed. 307it gets processed.
308 308
309=head3 told (player player message -- )
310
311Invoked right before a message is being told to a player using B<tell> or
312B<reply>.
313
309=head3 say (player message --) 314=head3 say (player message --)
310 315
311=head3 chat (player message --) 316=head3 chat (player message --)
312 317
313=head3 shout (player message --) 318=head3 shout (player message --)
368=head3 connect (client -- ) 373=head3 connect (client -- )
369 374
370Called as soon as a new connection to the server is established. Should 375Called as soon as a new connection to the server is established. Should
371not be overriden. 376not be overriden.
372 377
378=head3 setup (client string -- )
379
380Client sent the setup command to negotiate parameters. Handling is
381mandatory and done by F<login.ext>.
382
373=head3 addme (client -- ) 383=head3 addme (client -- )
374 384
375The client sent an addme, thus ending the initial handshaking. If overriden, the server 385The client sent an addme, thus ending the initial handshaking. Handling is mandatory
376will not send any response. 386and done by F<login.ext>.
377 387
378=head3 reply (client replystring -- ) 388=head3 reply (client replystring -- )
379 389
380Called when the client submits a reply in the ST_CUSTOM state. Usually 390Called when the client submits a reply in the ST_CUSTOM state. Usually
381handled internally by language plugins. 391handled internally by language plugins.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines