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

roomRegister ( roomId:string [, callback:fn] )

Register in a room.

Arguments

  • roomId (required)
  • callback (optional)

Examples

bot.roomRegister(roomId);
bot.roomRegister(roomId, callback);
Clone this wiki locally