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

bootUser ( userId:string, reason:string [, callback:fn] )

Boot a user.

Arguments

  • userId (required)
  • reason (required)
  • callback (optional)

Examples

bot.bootUser(userId, '');
bot.bootUser(userId, '', callback);
Clone this wiki locally