Difference between revisions of "AdminBot for LSL/Commands/SB STATUS QUERY"
From SmartBots Developers Docs
| Line 11: | Line 11: | ||
{{AdminBot Event after Command|SB_STATUS_QUERY|SB_STATUS_REPLY}} | {{AdminBot Event after Command|SB_STATUS_QUERY|SB_STATUS_REPLY}} | ||
| − | {{AdminBot Event after Command Entry|str}} first line - group status code (see all codes [[ | + | {{AdminBot Event after Command Entry|str}} first line - group status code (see all codes [[AdminBot_for_Groups/Documentation/Status_Codes|here]]) |
second line - group expiration date | second line - group expiration date | ||
{{AdminBot Event after Command Entry|id}} group UUID | {{AdminBot Event after Command Entry|id}} group UUID | ||
Revision as of 19:52, 29 June 2016
Queries the AdminBot-selected group status (useful to determine the subscription length). Result is being returned using SB_STATUS_REPLY event
Variables
The following table shows input values (you send them with the API call) and returned output values.
| Variable | Required | Description
| |
|---|---|---|---|
| str | yes | -- | |
| id | yes | -- | |
Return value
The result of this command will be returned to your script using SB_STATUS_QUERY event:
link_message(integer sender, integer num, string str, key id) {
...
}
Where: | |||
| sender | link number of a sender prim | ||
| num | SB_STATUS_QUERY | ||
| str | first line - group status code (see all codes here)
second line - group expiration date | ||
| id | group UUID | ||