Get Mute List

3 September 2015

getmutes (Commands)
TypeCorrade progressive command
Commandgetmutes
DescriptionThe getmutes command can retrieve Corrade's mute list.
Permissionsmute
Parametersgroup, password
Last ChangesRelease 9.2 - the command now also returns the MuteType and MuteFlags.

The getmutes command can retrieve Corrade's mute list.

Command Required Parameters Required Corrade Permissions Example
getmutes group, password mute
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // retrieve the mute list and
            // send it to the callback URL
            "command", "getmutes",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

The result sent to the callback URL will be a CSV list of:

  • mute name, by
  • mute UUID, by
  • mute flags, by
  • mute type

secondlife/scripted_agents/corrade/api/commands/getmutes.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.