Ping the Bot

ping (Commands)
TypeCorrade progressive command
Commandping
Parametersgroup, password
DescriptionThe ping command replies with pong to the callback.
PermissionsNone.
Last ChangesNone.

The ping command replies with pong.

Command Required Parameters Required Corrade Permissions Example
ping group, password
llInstantMessage(CORRADE, 
    wasKeyValueEncode(
        [
            "command", "ping",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes