--- deliantra/server/pod/events.pod 2006/12/11 22:56:57 1.7 +++ deliantra/server/pod/events.pod 2006/12/19 04:58:05 1.8 @@ -341,3 +341,16 @@ Invoked whenever something activates a B on the B. If B is true the connection was 'state' and if false it is 'released'. + +=head2 CLIENT EVENTS + +These events are very similar to player events, but they are might be +handled asynchronously as soon as the command reaches the server, even when +the player hasn't logged in yet (meaning there is no player yet). + +=head3 exticmd (client string) + +Like C, but can be called before a player has logged in. + +Programmable plug-ins usually handle this event internally. +