summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-07-15 21:59:14 +0200
committerWim <wim@42.be>2016-07-15 21:59:14 +0200
commit6991d85da9b1b687d1dd2ec15b83fd2d378ec63b (patch)
treed5de8702fbe9fa29f080952eeb7f87d4602a8f37
parentc1c187a1ab36f41e92ea0838d701bef683904758 (diff)
downloadmatterbridge-msglm-6991d85da9b1b687d1dd2ec15b83fd2d378ec63b.tar.gz
matterbridge-msglm-6991d85da9b1b687d1dd2ec15b83fd2d378ec63b.tar.bz2
matterbridge-msglm-6991d85da9b1b687d1dd2ec15b83fd2d378ec63b.zip
Add FAQ section
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index bbb1c2eb..6c033a56 100644
--- a/README.md
+++ b/README.md
@@ -77,3 +77,15 @@ e.g. http://192.168.1.1:9999 (192.168.1.1:9999 is the BindAddress specified in [
#### plus version
You'll have to create a new dedicated user on your mattermost instance.
Specify the login and password in [mattermost] section of matterbridge.conf
+
+## FAQ
+Please look at [matterbridge.conf.sample] (https://github.com/42wim/matterbridge/blob/master/matterbridge.conf.sample) for more information first.
+### 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.conf.
+
+If you're running the plus version you'll need to:
+* setting ```PrefixMessagesWithNick``` to ```true``` in ```mattermost``` section of your matterbridge.conf.
+
+Also look at the ```RemoteNickFormat``` setting.