--- deliantra/server/pod/events.pod 2006/12/10 20:15:58 1.6 +++ deliantra/server/pod/events.pod 2006/12/11 22:56:57 1.7 @@ -255,10 +255,15 @@ Invoked before a player moves from one map to another, can override the movement. +=head3 command (player command args -- time) + +Execute a user command send by the client. Programmable plug-ins usually +handle this event internally. + =head3 extcmd (player string) -Invoked whenever a client issues the C protocol command. It's -argument is passed without any changes. +Invoked whenever a client issues the C protocol command. +Programmable plug-ins usually handle this event internally. =head3 move (player direction -- )