diff --git a/external-scripts.json b/external-scripts.json index 08b03d8..cb2e28a 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -16,6 +16,5 @@ "hubot-remind-her", "hubot-rules", "hubot-rss-poller2", - "hubot-shipit", - "hubot-twitter-mention" + "hubot-shipit" ] diff --git a/hubotrssconfig.json b/hubotrssconfig.json index a10bcf9..28482e4 100644 --- a/hubotrssconfig.json +++ b/hubotrssconfig.json @@ -12,7 +12,7 @@ "pingIntervalSeconds": "60", "alertPrefix": "", "alertSuffix": "", - "messageTpl": "`New StackExchange question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`" + "messageTpl": "`![SE](https://resources.fudev.co.nz/rss-stackexchange.gif) New StackExchange question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`" }, { "id": "civicrm-blog", @@ -27,6 +27,6 @@ "pingIntervalSeconds": "60", "alertPrefix": "", "alertSuffix": "", - "messageTpl": "`New CiviCRM blog: [${latestItem.getTitle()}](${latestItem.getPermalink()})`" + "messageTpl": "`[Blog](https://resources.fudev.co.nz/rss-civicrm.gif) New CiviCRM blog: [${latestItem.getTitle()}](${latestItem.getPermalink()})`" }] }