make note about removing homeserver suffix

techknowlogick 2017-12-08 09:41:17 -05:00
parent 4522e9e8b0
commit 06ec8ab37b

@ -13,4 +13,9 @@ Login="yourlogin"
Password="yourpass"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Whether to send the homeserver suffix. eg ":matrix.org" in @username:matrix.org
#to other bridges, or only send "username".(true only sends username)
#OPTIONAL (default false)
NoHomeServerSuffix=false
```