Initial matterbridge commit

This commit is contained in:
Wim
2015-10-23 22:34:37 +02:00
parent 74d0d3fd5b
commit cbd01d4a55
5 changed files with 171 additions and 1 deletions

11
matterbridge.conf.sample Normal file
View File

@@ -0,0 +1,11 @@
[IRC]
server="irc.freenode.net"
port=6667
UseTLS=false
SkipTLSVerify=true
nick="matterbot"
channel="#matterbridge"
[mattermost]
url="http://yourdomain/hooks/yourhookkey"
port=9999