From ef4934efb78c7ea033b363d5aecb4fa31086f1e2 Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov Date: Tue, 10 Nov 2015 15:04:48 +0200 Subject: [PATCH] communication - slacksync bot config update --- communication/slack/config/openfest-slack-to-irc-sync.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/communication/slack/config/openfest-slack-to-irc-sync.json b/communication/slack/config/openfest-slack-to-irc-sync.json index 9f69b15..031827d 100644 --- a/communication/slack/config/openfest-slack-to-irc-sync.json +++ b/communication/slack/config/openfest-slack-to-irc-sync.json @@ -2,11 +2,13 @@ "nickname": "SlackSync", "server": "marla.ludost.net", "token": "CHANGE ME", + "logfile": "/path/to/logfile.log", "channelMapping": { "private": "private", "#bulgaria-hall": "#openfest-bulgaria-hall", "#chamber-hall": "#openfest-chamber-hall", - "#third-hall": "#openfest-third-hall" + "#third-hall": "#openfest-third-hall", + "#video": "#openfestvideo" }, "ircOptions": { "userName": "slacksync",