diff options
author | Patrick Connolly <patrick.c.connolly@gmail.com> | 2017-10-20 15:01:11 -0400 |
---|---|---|
committer | Wim <wim@42.be> | 2017-10-20 21:01:11 +0200 |
commit | 95a0229aaf3b108dbb78d6d45c0b42e1ee4822d6 (patch) | |
tree | ea7adeadc95c939ca3f4b8542266b519b056466a /matterbridge.toml.sample | |
parent | 915a8fbad750622c8a08c1a0a5fa31bfd3e67ec2 (diff) | |
download | matterbridge-msglm-95a0229aaf3b108dbb78d6d45c0b42e1ee4822d6.tar.gz matterbridge-msglm-95a0229aaf3b108dbb78d6d45c0b42e1ee4822d6.tar.bz2 matterbridge-msglm-95a0229aaf3b108dbb78d6d45c0b42e1ee4822d6.zip |
Fix outdated sample config on slack channel format. (#280)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 3586977f..d122ea9f 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -817,7 +817,7 @@ enable=true #mattermost - channel (the channel name as seen in the URL, not the displayname) #gitter - username/room #xmpp - channel - #slack - channel (the channel name as seen in the URL, not the displayname) + #slack - channel (without the #) #discord - channel (without the #) # - ID:123456789 (where 123456789 is the channel ID) # (https://github.com/42wim/matterbridge/issues/57) |