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

 <instance of xo::db::chat_room[i]> grant_moderator \
    -party_id party_id 

Defined in /var/www/openacs.org/packages/chat/tcl/xotcl-chat-procs.tcl

Make specified party the chat room moderator

Switches:
-party_id (required)

Testcases:
No testcase defined.
Source code:
permission::grant  -party_id  $party_id  -object_id ${:room_id}  -privilege chat_room_moderate
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: