Index: openacs-4/packages/chat/www/ajax/chat.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/ajax/Attic/chat.tcl,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/chat/www/ajax/chat.tcl 8 Apr 2006 09:14:20 -0000 1.1.2.5 +++ openacs-4/packages/chat/www/ajax/chat.tcl 11 Apr 2006 11:29:46 -0000 1.1.2.6 @@ -26,7 +26,7 @@ if { $msg ne "" } { set message_output [c1 add_msg $msg] if { [c1 current_message_valid] } { - chat_message_post $id [c1 user_id] $msg f + chat_message_post $id [c1 user_id] $msg 1 } } }