diff --git a/external-scripts.json b/external-scripts.json index 8748256..f685f9b 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -3,5 +3,6 @@ "hubot-heroku-keepalive", "hubot-redis-brain", "hubot-rules", - "hubot-shipit" + "hubot-shipit", + "hubot-rss-reader" ] diff --git a/package.json b/package.json index 597bd9c..2df9c7d 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,13 @@ "author": "Sebastian Kippe ", "description": "Heuristically programmed ALgorithmic computer", "dependencies": { + "coffee-script": "^1.9.2", "hubot": "^2.12.0", "hubot-help": "^0.1.1", "hubot-heroku-keepalive": "0.0.4", "hubot-irc": "^0.2.7", "hubot-redis-brain": "0.0.2", + "hubot-rss-reader": "^0.6.6", "hubot-rules": "^0.1.0", "hubot-scripts": "^2.5.16", "hubot-shipit": "^0.2.0" diff --git a/run.sh b/run.sh index 6ba32b8..1c1ecfb 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ HUBOT_IRC_SERVER=irc.freenode.net \ HUBOT_IRC_ROOMS="#67p,#kosmos,#kosmos-dev" \ - HUBOT_IRC_NICK="hal8000" \ + HUBOT_IRC_NICK="hal7000" \ HUBOT_IRC_UNFLOOD="true" \ - bin/hubot -a irc --name hal8000 + bin/hubot -a irc --name hal7000