chat_revoke_moderators (public, deprecated)
chat_revoke_moderators room_id revoke_list
Defined in packages/chat/tcl/chat-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Revoke a list of parties of a moderate privilege from this room.
- Parameters:
- room_id (required)
- revoke_list (required)
- See Also:
- xo::db::chat_room
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc chat_revoke_moderators set r [::xo::db::Class get_instance_from_db -id $room_id] $r revoke_moderator -party_id $revoke_listXQL Not present: Generic, PostgreSQL, Oracle