diff options
author | Wim <wim@42.be> | 2017-05-12 23:04:58 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-05-12 23:04:58 +0200 |
commit | 4036d4459b69adda1f60695ec6196630b229a633 (patch) | |
tree | 33a25b54bad66cbc48026f56c52bbb402e13a396 /bridge/config | |
parent | ee643de5b6031b6bdbf2e957f2fea8f1222ace64 (diff) | |
download | matterbridge-msglm-4036d4459b69adda1f60695ec6196630b229a633.tar.gz matterbridge-msglm-4036d4459b69adda1f60695ec6196630b229a633.tar.bz2 matterbridge-msglm-4036d4459b69adda1f60695ec6196630b229a633.zip |
Add NoHomeServerSuffix. Option to disable homeserver on username (matrix). Closes #160.
Diffstat (limited to 'bridge/config')
-rw-r--r-- | bridge/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index a08ae00b..6f34131f 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -52,6 +52,7 @@ type Protocol struct { NickServNick string // IRC NickServPassword string // IRC NicksPerRow int // mattermost, slack + NoHomeServerSuffix bool // matrix NoTLS bool // mattermost Password string // IRC,mattermost,XMPP,matrix PrefixMessagesWithNick bool // mattemost, slack |