Difference between revisions of "AdminBot for LSL/Commands/SB STATUS QUERY"

From SmartBots Developers Docs
Jump to: navigation, search
Line 15: Line 15:
 
{{AdminBot Event after Command Entry|id}} group UUID
 
{{AdminBot Event after Command Entry|id}} group UUID
 
{{AdminBot Event after Command End}}
 
{{AdminBot Event after Command End}}
 
{{AdminBot Command End}}
 
  
 
{{AdminBot for Groups Commands - standard footer}}
 
{{AdminBot for Groups Commands - standard footer}}

Revision as of 19:49, 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