summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-07-11 23:30:42 +0200
committerWim <wim@42.be>2016-07-11 23:30:42 +0200
commitfb586f4a9607ab6848ffe0c16702977637ed203b (patch)
treee471e601705e56ddc9f76ebae81bea401ad2dead /README.md
parentced371bece6bcdadba3f61bb70f5f5aa24bc3c23 (diff)
downloadmatterbridge-msglm-fb586f4a9607ab6848ffe0c16702977637ed203b.tar.gz
matterbridge-msglm-fb586f4a9607ab6848ffe0c16702977637ed203b.tar.bz2
matterbridge-msglm-fb586f4a9607ab6848ffe0c16702977637ed203b.zip
Remove Port from IRC config. Specify it with server
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 695be1fb..50bd9c15 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,7 @@ Look at matterbridge.conf.sample for an example
```
[IRC]
-server="irc.freenode.net"
-port=6667
+server="irc.freenode.net:6667"
#default no TLS connection to irc server
UseTLS=false
#do not check the certificate if we use TLS (allows for selfsigned certificates)