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

roomInfo ( [[extended=true:bool, ]callback:fn] )

Get the current room informations. Do not include song log if 'extended' is false.

Arguments

  • extended (optional) default: true
  • callback (optional)

Examples

bot.roomInfo(callback);
bot.roomInfo(false, callback);
Clone this wiki locally