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

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

Remove a room from your favorite.

Arguments

  • roomId (required)
  • callback (optional)

Examples

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