diff options
author | Wim <wim@42.be> | 2018-03-06 21:34:55 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-03-06 21:35:47 +0100 |
commit | e5989adf92cd5ea007b5e7d50580579f8581fee2 (patch) | |
tree | 30592393820ff17d2e8f3cc9551cf83ce7d5f3e6 /bridge/config/config.go | |
parent | 9e5da2f9d7384f2d17ed3bc18bcca7b7c07e6252 (diff) | |
download | matterbridge-msglm-e5989adf92cd5ea007b5e7d50580579f8581fee2.tar.gz matterbridge-msglm-e5989adf92cd5ea007b5e7d50580579f8581fee2.tar.bz2 matterbridge-msglm-e5989adf92cd5ea007b5e7d50580579f8581fee2.zip |
Add support for NoSendJoinPart. Closes #382
Diffstat (limited to 'bridge/config/config.go')
-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 42a87f1c..831ea575 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -87,6 +87,7 @@ type Protocol struct { NickServPassword string // IRC NicksPerRow int // mattermost, slack NoHomeServerSuffix bool // matrix + NoSendJoinPart bool // all protocols NoTLS bool // mattermost Password string // IRC,mattermost,XMPP,matrix PrefixMessagesWithNick bool // mattemost, slack |