Get Friends List
getfriendslist (Commands) |
Type | Corrade progressive command |
Command | getfriendslist |
Description | The getfriendslist command returns a CSV list of avatar names and avatar UUID s that are the current bot's friends. |
Permissions | friendship |
Parameters | group , password |
Last Changes | none |
The getfriendslist
command returns a CSV
list of avatar names and avatar UUID
s 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
The
friendship notification can act as an asynchronous replacement for the
getfriendslist
command.