From 06bf8018f2159c31c1242f2ed9d618ffdc8398ee Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 21 Mar 2019 20:42:10 +0100 Subject: [PATCH] Updated Section RocketChat (basic) (markdown) --- Section-RocketChat-(basic).md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Section-RocketChat-(basic).md b/Section-RocketChat-(basic).md index 33dc20f..34d98b9 100644 --- a/Section-RocketChat-(basic).md +++ b/Section-RocketChat-(basic).md @@ -10,5 +10,14 @@ Server="https://yourrocketchatserver.domain.com:443" Login="yourlogin@domain.com" Password="yourpass" +#Whether to prefix messages from other bridges to rocketchat with the sender's nick. +#Useful if username overrides for incoming webhooks isn't enabled on the +#rocketchat server. If you set PrefixMessagesWithNick to true, each message +#from bridge to rocketchat will by default be prefixed by the RemoteNickFormat setting. i +#if you're using login/pass you can better enable because of this bug: +#https://github.com/RocketChat/Rocket.Chat/issues/7549 +#OPTIONAL (default false) +PrefixMessagesWithNick=true + RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ``` \ No newline at end of file