UNPKG

nobot

Version:

A simple bot for HipChat

10 lines (7 loc) 155 B
var nobot = require('../'); var bot = new nobot({ jid: '123456@chat.hipchat.com', password: 'hunter2', plugins: ['nobot-pugme'] }); bot.connect();