chat_message_post (public, deprecated)
chat_message_post room_id user_id message moderator_p
Defined in packages/chat/tcl/chat-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Post message to the chat room and broadcast to all applet clients. Used by ajax + html.
- Parameters:
- room_id (required)
- user_id (required)
- message (required)
- moderator_p (required)
- See Also:
- xo::db::chat_room
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.