Skip to content
alaingilbert edited this page Dec 15, 2011 · 1 revision

speak ( msg:string [, callback:fn] )

Broadcast a message on the chat.

Arguments

  • msg (required)
  • callback (optional)

Examples

bot.speak(msg);
bot.speak(msg, callback);
Clone this wiki locally