UNPKG
nobot
Version:
latest (0.1.1)
0.1.1
0.1.0
A simple bot for HipChat
oliviert/nobot
nobot
/
examples
/
connect.js
10 lines
(7 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
nobot =
require
(
'../'
);
var
bot =
new
nobot
({
jid
:
'123456@chat.hipchat.com'
,
password
:
'hunter2'
,
plugins
: [
'nobot-pugme'
] }); bot.
connect
();