Index: openacs-4/packages/chat/www/room-enter.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/room-enter.tcl,v diff -u -N -r1.7.6.1 -r1.7.6.2 --- openacs-4/packages/chat/www/room-enter.tcl 20 Jun 2016 08:40:23 -0000 1.7.6.1 +++ openacs-4/packages/chat/www/room-enter.tcl 28 Oct 2016 18:57:36 -0000 1.7.6.2 @@ -34,7 +34,11 @@ switch $client { "html" - "ajax" - "html-chat-script" { ns_log Notice "YY room-enter: has_entered_the room" - chat_message_post $room_id $user_id "[_ chat.has_entered_the_room]." "1" + # apisano: I don't think this code should be here anymore, as + # message about user entering the room is already issued by + # the parent chat class in xotcl-core when we issue the login + # method + # chat_message_post $room_id $user_id "[_ chat.has_entered_the_room]." "1" } }