Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 21d95bba72bc9cea1b8dca2b69051e00cf91aaa3 Author: Wim <wim@42.be> Date: Sat Mar 25 19:13:47 2017 +0000 Update vendored toml. Adds support for inline tables diff --git a/matterbridge.toml.simple b/matterbridge.toml.simple index b3fd8f4..277f070 100644 --- a/matterbridge.toml.simple +++ b/matterbridge.toml.simple @@ -303 +3012 @@ enable=true [[gateway.out]] account="mattermost.work" channel="off-topic" + +#simpler config possible since v0.10.2 +#[[gateway]] +#name="gateway2" +#enable=true +#inout = [ +# { account="irc.freenode", channel="#testing", options={key="channelkey"}}, +# { account="mattermost.work", channel="off-topic" }, +#]