summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-07-15 21:56:35 +0200
committerGitHub <noreply@github.com>2019-07-15 21:56:35 +0200
commit7d2e440c8311199dddb3f1e7c73c223325e51dff (patch)
treef418c899664720eff53bf555fc38ce01dcdfe630 /matterbridge.toml.sample
parent5551f9d56f2270c58738d3d43b3f4ef82507a3b9 (diff)
downloadmatterbridge-msglm-7d2e440c8311199dddb3f1e7c73c223325e51dff.tar.gz
matterbridge-msglm-7d2e440c8311199dddb3f1e7c73c223325e51dff.tar.bz2
matterbridge-msglm-7d2e440c8311199dddb3f1e7c73c223325e51dff.zip
Add support for discord category channels (discord) (#863)
This adds support for the discord category option that can be used to group channels in. This means we can have multiple channels with the same name. We add the option to specify a category in the channel option of a discord account under [[gateway]] Besides channel="channel" or channel="ID:channelID", now also channel="category/channel" can be specified. This change remains backwards compatible with people that haven't specified the category and incorporates the fix in #861
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index 2aa203db..4a50aed1 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -1553,6 +1553,7 @@ enable=true
# discord - channel (without the #)
# - ID:123456789 (where 123456789 is the channel ID)
# (https://github.com/42wim/matterbridge/issues/57)
+ # - category/channel (without the #) if you're using discord categories to group your channels
# telegram - chatid (a large negative number, eg -123456789)
# see (https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau)
# hipchat - id_channel (see https://www.hipchat.com/account/xmpp for the correct channel)