Thumbnail

rani/matterbridge.git

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

commit 92791ae4c827476db7033dede7789cb036d9e686 Author: Markus Graube <markus.graube@tu-dresden.de> Date: Mon Dec 26 10:12:59 2016 +0000 Update matterbridge.toml.sample Add password entry to irc section matterbride.toml.sample diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 1a1de89..ea7f7ae 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -136 +1310 @@  #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