From f4b53c1c66d9ecce1ac499b5d9d4b7b92b212131 Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov Date: Thu, 21 Sep 2017 13:01:32 +0300 Subject: [PATCH] slack-irs-sync: update config with latest mappings --- communication/slack-irc-sync/config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/communication/slack-irc-sync/config.toml b/communication/slack-irc-sync/config.toml index bdb6abf..66a5a84 100644 --- a/communication/slack-irc-sync/config.toml +++ b/communication/slack-irc-sync/config.toml @@ -34,6 +34,9 @@ Buffer=1000 Token="a-real-not-disclosed-token" +[general] + RemoteNickFormat="[{PROTOCOL}] <{NICK}> " + [[gateway]] name="si-general" enable=true @@ -58,6 +61,18 @@ account="slack.openfest" channel="noc" +[[gateway]] + name="si-of-video" + enable=true + + [[gateway.inout]] + account="irc.ludost" + channel="#video" + + [[gateway.inout]] + account="slack.openfest" + channel="video" + [[gateway]] name="api-fan" enable=true