From a03ef9d0e7d32b58421bddb2ef9b0ae707d35325 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 23 Jun 2017 00:26:15 +0200 Subject: [PATCH] Updated Section Mattermost (basic) (markdown) --- Section-Mattermost-(basic).md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Section-Mattermost-(basic).md b/Section-Mattermost-(basic).md index 57f6dc3..008aacb 100644 --- a/Section-Mattermost-(basic).md +++ b/Section-Mattermost-(basic).md @@ -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}> " ```