Index: openacs-4/packages/chat/tcl/chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/tcl/chat-procs.tcl,v diff -u -N -r1.24 -r1.24.2.1 --- openacs-4/packages/chat/tcl/chat-procs.tcl 24 Oct 2018 10:29:13 -0000 1.24 +++ openacs-4/packages/chat/tcl/chat-procs.tcl 14 Feb 2019 16:15:01 -0000 1.24.2.1 @@ -544,8 +544,6 @@ set status "pending" } - set default_client [parameter::get -parameter "DefaultClient" -default "ajax"] - # do not write messages to the database if the room should not be archived chat_room_get -room_id $room_id -array room_info if { $room_info(archive_p) == "f" } { return }