Updated MS Teams setup (markdown)

Wim 2019-12-26 23:59:20 +01:00
parent f47f441cf6
commit 1916c0abc8

@ -206,6 +206,10 @@ PrefixMessagesWithNick=true
If you want to bridge the `testing` channel in mattermost with the `general` channel in msteams the configuration will look like this: If you want to bridge the `testing` channel in mattermost with the `general` channel in msteams the configuration will look like this:
```toml ```toml
[[gateway]]
name="gw"
enable=true
[[gateway.inout]] [[gateway.inout]]
account = "mattermost.mymattermost" account = "mattermost.mymattermost"
channel = "testing" channel = "testing"
@ -236,6 +240,10 @@ Password="yourpass"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> " RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
PrefixMessagesWithNick=true PrefixMessagesWithNick=true
[[gateway]]
name="gw"
enable=true
[[gateway.inout]] [[gateway.inout]]
account = "mattermost.mymattermost" account = "mattermost.mymattermost"
channel = "testing" channel = "testing"