Updated Section Mattermost (basic) (markdown)

Wim 2017-06-23 00:26:15 +02:00
parent 3bc3691e93
commit a03ef9d0e7

@ -1,3 +1,6 @@
:warning:
**Create a dedicated user first. It will not relay messages from yourself if you use your account**
```
[mattermost.mymattermost]
useAPI=true
@ -13,7 +16,8 @@ Team="yourteam"
Login="yourlogin"
Password="yourpass"
#Enable this (set to true) to make a http connection (instead of https) to your mattermost.
#Enable this (set to true) to make a http connection
#(instead of https) to your mattermost.
NoTLS=false
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
```