SB_CHAT_MUTE
From SmartBots Developers Docs
AdminBot for LSLCommands
Revision as of 20:12, 29 June 2016 by Phil (Talk | contribs) (Created page with "{{DISPLAYTITLE: SB_CHAT_MUTE}} <onlyinclude>Mutes chat for a specific group member.</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|SB_CHAT_MUTE}} {{API Varia...")
Jump to: navigation, search
Mutes chat for a specific group member.
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | -- | |
id | yes | avatar UUID |
Example
The following code mutes Glaznah Gassner in your group chat. Yikes.
llMessageLinked(LINK_SET, SB_CHAT_MUTE, "", "cd93067e-7c4e-41c0-ba91-be01f4bafe35");
(Don't forget to include AdminBot headers to your code. Check examples for details).
- SB CHAT MUTE