9 November 2016
ignore
and purge
actions.21 December 2014
replytogroupinvite (Commands) | |
---|---|
Type | Corrade progressive command |
Command | replytogroupinvite |
Description | The replytogroupinvite command can be used to accept group invites. |
Permissions | group , economy |
Parameters | group , password , action |
Last Changes | Release 9.143 - added the optional ignore and purge actions. |
The replytogroupinvite
command can be used to accept group invites.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
replytogroupinvite | group , password , action | group , economy | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Accept a group invite. "command", "replytogroupinvite", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // accept the invite "action", "accept", "session", "3f1990a5-4842-403f-b750-0e39cdf69687" ] ) ); |
Parameter | Possible Value | Required Parameter | Possible Value | Description |
---|---|---|---|---|
action | accept | session | The session UUID of the group invite request. | Accept a group invite request. |
decline | Decline a group invite request. | |||
ignore | Ignore a group invite request without either accepting or declining the request. | |||
purge | Purge all tracked group invite requests. |
action
is by default decline
if not specified.economy
Corrade permission is only needed in case there is a cost to join a group; at which point Corrade will check the current balance, pay the fee and join the group if action
is set to accept
.