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}> " ```