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