Updated Section RocketChat (basic) (markdown)

Wim 2019-03-21 20:42:10 +01:00
parent 876b45a0f7
commit 06bf8018f2

@ -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}> "
```