Enter the words or phrases you would like to locate:
| Chevonn Edelmann | online |
| English | |
| Jps Anatine | online |
| English | |
| Calgacus Swords | offline |
| English | |
| Glaznah Gassner | offline |
| English, Russian | |
| Jefferson Twig | offline |
| English | |
| Paytons Deluxe | offline |
| English | |
| Thequtules1 Resident | offline |
| English, Russian | |
| Zaclegend Usher | offline |
| English | |
| Penny Amaterasu | offline |
| English, Greek, Spanish | |
| show offline managers | |
| English, Greek, Russian, Spanish | |
We will return your money within 14 days if you are not satisfied with our services!
This section describes how to communicate with AdminBot gateway: manage it to send the group invitation, talk over and listen to group chat etc.
The two-way communication is performed by
| EVENTS (bot => script) | COMMANDS (script => bot) |
|---|---|
| Events is a notification being sent from the bot to your script (error message, group chat IM etc).
AdminBot Events section contains all events which can be sent by AdminBot to your script. | These are the commands you send to the bot (initialization, group invitation etc).
AdminBot Commands section contains the full list of the commands. |
How to receive eventsUse link_message LSL event to catch the events from the bot. |
How to send commandsUse LSL llMessageLinked function to send commands to the bot.
|
Was the command successful?Due to the nature or llMessageLinked function, it's not possible to retrieve the command result directly. However, AdminBot invokes events to signal the command result, available by link_message. |
You have to set the group name before issuing the most of the commands. See Initializing AdminBot for details.
We've provided examples on the most important functions of AdminBot. They are available here: AdminBot Examples.