Terminate Friendship
terminatefriendship (Commands) |
Type | Corrade progressive command |
Command | terminatefriendship |
Description | The terminatefriendship command terminates a friendship with an avatar specified by firstname and lastname (or agent by UUID). |
Permissions | friendship |
Parameters | group , password , firstname , lastname (or agent by UUID) |
Last Changes | none |
The terminatefriendship
command terminates a friendship with an avatar specified by firstname
and lastname
(or agent
by UUID).
Command | Required Parameters | Required Corrade Permissions | Example |
terminatefriendship | group , password , firstname , lastname (or agent by UUID) | friendship | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
// termiante friendship
// with Big Betty
"command", "terminatefriendship",
"group", wasURLEscape(GROUP),
"firstname", "Big",
"lastname", "Betty",
"password", wasURLEscape(PASSWORD)
]
)
);
|