9 November 2016
ignore
and purge
actions.21 December 2014
<data Commands>
Type: Corrade progressive command
Command[wiki]: replytogroupinvite
Description[wiki]: The replytogroupinvite
command can be used to accept group invites.
Permissions[wiki]: group
, economy
Parameters[wiki]: group
, password
, action
Last Changes[wiki]: Release 9.143 - added the optional ignore
and purge
actions.
</data>
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
.