Thumbnail

rani/matterbridge.git

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

commit 92aae32c8271ef6ba42d306ad48ec4d3c77ceaad Author: Wim <wim@42.be> Date: Sun Oct 23 19:51:31 2016 +0000 Update documentation in sample config about channelnames diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index efbd99c..4e478f8 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -2797 +2797 @@ 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 @@ -3226 +32214 @@ 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"