--- deliantra/server/pod/events.pod 2006/12/21 06:12:37 1.9 +++ deliantra/server/pod/events.pod 2006/12/22 06:02:29 1.11 @@ -364,6 +364,15 @@ object. This usually happens when server was reloaded. This event will only be generated if the object has attachments. +=head3 destroy (client -- ) + +Called when the runtime wants to destroy the client structure. + +=head3 reply (client replystring -- ) + +Called when the client submits a reply in the ST_CUSTOM state. Usually +handled internally by language plugins. + =head3 exticmd (client string -- ) Like C, but can be called before a player has logged in.