mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-21 10:12:00 -08:00
Update documentation in sample config about channelnames
This commit is contained in:
parent
1e84afbd90
commit
ac80c47036
@ -279,7 +279,7 @@ IgnoreNicks="mmbot spammer2"
|
|||||||
Token="Bot Yourtokenhere"
|
Token="Bot Yourtokenhere"
|
||||||
|
|
||||||
#REQUIRED
|
#REQUIRED
|
||||||
Guild="yourguildname"
|
Server="yourservername"
|
||||||
|
|
||||||
#Nicks you want to ignore. Messages of those users will not be bridged.
|
#Nicks you want to ignore. Messages of those users will not be bridged.
|
||||||
#OPTIONAL
|
#OPTIONAL
|
||||||
@ -322,6 +322,14 @@ enable=true
|
|||||||
#REQUIRED
|
#REQUIRED
|
||||||
account="irc.freenode"
|
account="irc.freenode"
|
||||||
#channel to connect on that account
|
#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
|
#REQUIRED
|
||||||
channel="#testing"
|
channel="#testing"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user