From 3428f9817252c86d786ada5b8cdd7022c3a0319a Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Sat, 15 Apr 2017 15:43:24 +1200 Subject: [PATCH] Tweak StackExchange announcement template. Refs #5. --- hubotrssconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hubotrssconfig.json b/hubotrssconfig.json index 974cdcb..1595ffd 100644 --- a/hubotrssconfig.json +++ b/hubotrssconfig.json @@ -7,10 +7,10 @@ "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36" } }, - "room": "Shell", - "pingIntervalSeconds": "300", + "room": "x-bot-test", + "pingIntervalSeconds": "60", "alertPrefix": "", "alertSuffix": "", - "messageTpl": "`SE :grey_question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`" + "messageTpl": "`New StackExchange question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`" }] }