From ac8e5d4ac1d2cc6eddcf49ccbdd48b82152e2e3d Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 1 Jun 2015 00:41:56 +0200 Subject: [PATCH] Add auth and plusplus --- external-scripts.json | 3 ++- package.json | 8 +++++--- run.sh | 1 + 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/external-scripts.json b/external-scripts.json index 4a82592..b24e821 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -5,5 +5,6 @@ "hubot-redis-brain", "hubot-rules", "hubot-shipit", - "hubot-rss-reader" + "hubot-rss-reader", + "hubot-plusplus" ] diff --git a/package.json b/package.json index af9b7f1..23dd18f 100644 --- a/package.json +++ b/package.json @@ -5,19 +5,21 @@ "author": "Sebastian Kippe ", "description": "Heuristically programmed ALgorithmic computer", "dependencies": { - "coffee-script": "^1.9.2", "cheerio": "0.19.0", - "request": "2.30.0", + "coffee-script": "^1.9.2", "hubot": "^2.12.0", + "hubot-auth": "^1.2.0", "hubot-help": "^0.1.1", "hubot-heroku-keepalive": "0.0.4", "hubot-irc": "^0.2.7", + "hubot-plusplus": "^1.1.5", "hubot-read-tweet": "0.0.2", "hubot-redis-brain": "0.0.2", "hubot-rss-reader": "^0.6.7", "hubot-rules": "^0.1.0", "hubot-scripts": "^2.5.16", - "hubot-shipit": "^0.2.0" + "hubot-shipit": "^0.2.0", + "request": "2.30.0" }, "engines": { "node": "0.10.x" diff --git a/run.sh b/run.sh index 96dcbab..f95df8d 100755 --- a/run.sh +++ b/run.sh @@ -2,4 +2,5 @@ HUBOT_IRC_SERVER=irc.freenode.net \ HUBOT_IRC_ROOMS="#kosmos-dev" \ HUBOT_IRC_NICK="hal7000" \ HUBOT_IRC_UNFLOOD="true" \ + HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,jaaan,slvrbckt,raucao" \ bin/hubot -a irc --name hal7000