Add auth and plusplus

This commit is contained in:
Basti 2015-06-01 00:41:56 +02:00
parent 9c7a230215
commit ac8e5d4ac1
3 changed files with 8 additions and 4 deletions

View File

@ -5,5 +5,6 @@
"hubot-redis-brain", "hubot-redis-brain",
"hubot-rules", "hubot-rules",
"hubot-shipit", "hubot-shipit",
"hubot-rss-reader" "hubot-rss-reader",
"hubot-plusplus"
] ]

View File

@ -5,19 +5,21 @@
"author": "Sebastian Kippe <sebastian@kip.pe>", "author": "Sebastian Kippe <sebastian@kip.pe>",
"description": "Heuristically programmed ALgorithmic computer", "description": "Heuristically programmed ALgorithmic computer",
"dependencies": { "dependencies": {
"coffee-script": "^1.9.2",
"cheerio": "0.19.0", "cheerio": "0.19.0",
"request": "2.30.0", "coffee-script": "^1.9.2",
"hubot": "^2.12.0", "hubot": "^2.12.0",
"hubot-auth": "^1.2.0",
"hubot-help": "^0.1.1", "hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4", "hubot-heroku-keepalive": "0.0.4",
"hubot-irc": "^0.2.7", "hubot-irc": "^0.2.7",
"hubot-plusplus": "^1.1.5",
"hubot-read-tweet": "0.0.2", "hubot-read-tweet": "0.0.2",
"hubot-redis-brain": "0.0.2", "hubot-redis-brain": "0.0.2",
"hubot-rss-reader": "^0.6.7", "hubot-rss-reader": "^0.6.7",
"hubot-rules": "^0.1.0", "hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16", "hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.2.0" "hubot-shipit": "^0.2.0",
"request": "2.30.0"
}, },
"engines": { "engines": {
"node": "0.10.x" "node": "0.10.x"

1
run.sh
View File

@ -2,4 +2,5 @@ HUBOT_IRC_SERVER=irc.freenode.net \
HUBOT_IRC_ROOMS="#kosmos-dev" \ HUBOT_IRC_ROOMS="#kosmos-dev" \
HUBOT_IRC_NICK="hal7000" \ HUBOT_IRC_NICK="hal7000" \
HUBOT_IRC_UNFLOOD="true" \ HUBOT_IRC_UNFLOOD="true" \
HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,jaaan,slvrbckt,raucao" \
bin/hubot -a irc --name hal7000 bin/hubot -a irc --name hal7000