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