xo::db::chat_room instproc create_transcript (public)

 <instance of xo::db::chat_room[i]> create_transcript \
    [ -pretty_name pretty_name ] [ -description description ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ]

Defined in 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.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ show source ]
Show another procedure: