Update matterbridge.toml.sample
Add password entry to irc section matterbride.toml.sample
This commit is contained in:
parent
84d259d8b3
commit
7fbbf89c58
|
@ -13,6 +13,10 @@
|
|||
#REQUIRED
|
||||
Server="irc.freenode.net:6667"
|
||||
|
||||
#Password for irc server (if necessary)
|
||||
#OPTIONAL (default "")
|
||||
Password=""
|
||||
|
||||
#Enable to use TLS connection to your irc server.
|
||||
#OPTIONAL (default false)
|
||||
UseTLS=false
|
||||
|
|
Loading…
Reference in New Issue