Updated FAQ (markdown)

Wim 2017-07-22 17:43:08 +02:00
parent 52fa704814
commit fd442b4c79

10
FAQ.md

@ -8,3 +8,13 @@ If you're using a test setup for mattermost, this will probably listen on http a
Add ```NoTLS=true``` and use ```Server="yourmattermostserver.domain:8065"``` to your mattermost config. Add ```NoTLS=true``` and use ```Server="yourmattermostserver.domain:8065"``` to your mattermost config.
Also see https://github.com/42wim/matterbridge/wiki/Section-Mattermost-(basic) Also see https://github.com/42wim/matterbridge/wiki/Section-Mattermost-(basic)
### mattermost doesn't show the IRC nicks
If you're running the webhooks version, this can be fixed by either:
* enabling "override usernames". See [mattermost documentation](http://docs.mattermost.com/developer/webhooks-incoming.html#enabling-incoming-webhooks)
* setting ```PrefixMessagesWithNick``` to ```true``` in ```mattermost``` section of your matterbridge.toml.
If you're running the login/password version you'll need to:
* setting ```PrefixMessagesWithNick``` to ```true``` in ```mattermost``` section of your matterbridge.toml.
Also look at the ```RemoteNickFormat``` setting.