Skip to content

Section Mattermost (basic)

Wim edited this page Jul 15, 2017 · 12 revisions

⚠️ Create a dedicated user (a new account specifically for the bot) first.
It will not relay messages from yourself if you use your account

[mattermost.mymattermost]
#The mattermost hostname. (do not prefix it with http or https)
Server="yourmattermostserver.domain:80"

#the team name as can be seen in the mattermost webinterface URL
#in lowercase, without spaces
Team="yourteam"

#login/pass of your bot.
#Use a dedicated user for this and not your own!
Login="yourlogin"
Password="yourpass"

#Enable this (set to true) to make a http connection 
#(instead of https) to your mattermost.
NoTLS=false
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
PrefixMessagesWithNick=true