From c5e0d8b15fe9efd260167f49a0b8a594d437aa20 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 20 Apr 2018 00:13:48 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index 651ff4e..c5bae3f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,5 +1,11 @@ ## Something doesn't work First create a basic configuration following https://github.com/42wim/matterbridge/wiki/How-to-create-your-config + +## Slack +### Messages come from Slack API tester +Did you set `RemoteNickFormat`? +Try adding `RemoteNickFormat="<{NICK}>"` + ## Gitter ### Messages deleted on gitter aren't deleted on other bridges Gitter doesn't send delete events to their API, so we can't pick those up.