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
revoke_list
See Also:
  • xo::db::chat_room

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) chat_revoke_moderators chat_revoke_moderators chat_revoke_moderators->ad_log_deprecated

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_list
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: