Index: openacs-4/packages/xowiki/www/ajax/chat.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/ajax/Attic/chat.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xowiki/www/ajax/chat.tcl 3 Feb 2006 22:17:41 -0000 1.1 +++ openacs-4/packages/xowiki/www/ajax/chat.tcl 6 Feb 2006 11:45:10 -0000 1.2 @@ -7,10 +7,12 @@ } -query { m id + s msg:optional } -::xowiki::Chat c1 -volatile -chat_id $id +#ns_log notice "--c m=$m session_id = $s [clock format [lindex [split $s .] 1] -format %H:%M:%S]" +::xowiki::Chat c1 -volatile -chat_id $id -session_id $s switch -- $m { add_msg { set _ [c1 $m $msg]