. /** * User logout event handler definition. * * @package mod_chat * @copyright 2010 Dongsheng Cai * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /* List of handlers */ $handlers = array ( 'user_logout' => array ( 'handlerfile' => '/mod/chat/lib.php', 'handlerfunction' => 'chat_user_logout', 'schedule' => 'instant', 'internal' => 1, ), );