xo::db::chat_room instproc create_transcript (public)
<instance of xo::db::chat_room> create_transcript \ [ -pretty_name pretty_name ] [ -description description ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ]
Defined in /var/www/openacs.org/packages/chat/tcl/xotcl-chat-procs.tcl
Creates a new transcript of all current chat room messages.
- Switches:
- -pretty_name (optional)
- -description (optional)
- -creation_user (optional)
- -creation_ip (optional)
- Returns:
- transcript_id of the new transcript or 0 when no messages were in the chat room.
- Testcases:
- No testcase defined.