mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 12:09:30 +01:00
Updated FAQ (markdown)
parent
52fa704814
commit
fd442b4c79
10
FAQ.md
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user