Get Friends List

getfriendslist (Commands)
TypeCorrade progressive command
Commandgetfriendslist
DescriptionThe getfriendslist command returns a CSV list of avatar names and avatar UUIDs that are the current bot's friends.
Permissionsfriendship
Parametersgroup, password
Last Changesnone

The getfriendslist command returns a CSV list of avatar names and avatar UUIDs that are the current bot's friends.

Command Required Parameters Required Corrade Permissions Example
getfriendslist group, password friendship
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // get the avatar clusters
            // in the current region
            "command", "getfriendslist",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes