--- deliantra/server/pod/events.pod 2007/05/24 03:33:29 1.20 +++ deliantra/server/pod/events.pod 2007/07/11 15:57:31 1.22 @@ -273,7 +273,7 @@ Invoked whenever a player logs in. -=head3 logout (player) +=head3 logout (player cleanly -- ) Invoked whenever a player logs out, gets disconnected etc. @@ -285,6 +285,10 @@ Invoked before a player moves from one map to another, can override the movement. +=head3 region_change (player newregion oldregion -- ) + +Invoked when a player entered a new region. Cannot be overriden. + =head3 command (player command args -- time) Execute a user command send by the client. Programmable plug-ins usually