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: