Index: openacs-4/packages/chat/www/room-exit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/room-exit.tcl,v diff -u -N -r1.5.6.1 -r1.5.6.2 --- openacs-4/packages/chat/www/room-exit.tcl 20 Jun 2016 08:40:23 -0000 1.5.6.1 +++ openacs-4/packages/chat/www/room-exit.tcl 28 Oct 2016 18:57:36 -0000 1.5.6.2 @@ -20,7 +20,11 @@ ad_script_abort } -chat_message_post $room_id $user_id "[_ chat.has_left_the_room]." "1" +# apisano: I don't think this code should be here anymore, as +# message about user leaving the room is already issued by +# the parent chat class in xotcl-core when we issue the logout +# method +# chat_message_post $room_id $user_id "[_ chat.has_left_the_room]." "1" # send to AJAX set session_id [ad_conn session_id]