5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 01:49:35 +00:00

Update matterbridge.toml.sample

Add password entry to irc section matterbride.toml.sample
This commit is contained in:
Markus Graube 2016-12-26 10:12:59 +01:00 committed by GitHub
parent 84d259d8b3
commit 7fbbf89c58

View File

@ -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