Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

[actions] sendChat

TAT edited this page Apr 22, 2014 · 2 revisions

sendChat(msg[, timeout])

Sends a message in the chat.


Parameters

msg

string

The message to send.

timeout (optional)

int

Amount of seconds before the bot deletes the message.


Returns

undefined


Example

bot.sendChat('Hello World!');
Clone this wiki locally