From 7d2288e3ce9b8697b44886ee73cd22d0912064d3 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 7 Jun 2015 17:18:59 +0200 Subject: [PATCH] IRC colors for the RSS reader PR pending, thus using fork again --- package.json | 2 +- run.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 07282f2..86088d5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,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-rss-reader": "https://github.com/67P/hubot-rss-reader.git", "hubot-rules": "^0.1.0", "hubot-scripts": "^2.5.16", "hubot-seen": "^0.2.2", diff --git a/run.sh b/run.sh index f95df8d..1593263 100755 --- a/run.sh +++ b/run.sh @@ -2,5 +2,8 @@ HUBOT_IRC_SERVER=irc.freenode.net \ HUBOT_IRC_ROOMS="#kosmos-dev" \ HUBOT_IRC_NICK="hal7000" \ HUBOT_IRC_UNFLOOD="true" \ + HUBOT_RSS_PRINTSUMMARY="false" \ + HUBOT_RSS_IRCCOLORS="true" \ + HUBOT_RSS_HEADER="Update:" \ HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,jaaan,slvrbckt,raucao" \ bin/hubot -a irc --name hal7000