diff options
author | Wim <wim@42.be> | 2016-10-23 19:51:31 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-10-23 19:51:46 +0200 |
commit | ac80c470363b08da20a45046b7abc4193101e875 (patch) | |
tree | ff0f2cefe79144b87ffed65e3139f7029a77f8c6 /matterbridge.toml.sample | |
parent | 1e84afbd90208a1ac7cfcc1da8ece548bd14a352 (diff) | |
download | matterbridge-msglm-ac80c470363b08da20a45046b7abc4193101e875.tar.gz matterbridge-msglm-ac80c470363b08da20a45046b7abc4193101e875.tar.bz2 matterbridge-msglm-ac80c470363b08da20a45046b7abc4193101e875.zip |
Update documentation in sample config about channelnames
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index efbd99cc..4e478f87 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -279,7 +279,7 @@ IgnoreNicks="mmbot spammer2" Token="Bot Yourtokenhere" #REQUIRED -Guild="yourguildname" +Server="yourservername" #Nicks you want to ignore. Messages of those users will not be bridged. #OPTIONAL @@ -322,6 +322,14 @@ enable=true #REQUIRED account="irc.freenode" #channel to connect on that account + #How to specify them for the different bridges: + # + #irc - #channel (# is required) + #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) + #discord - channel (without the #) #REQUIRED channel="#testing" |