summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/42wim/matterbridge-plus/bridge/config.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-06-23 20:28:05 +0200
committerWim <wim@42.be>2016-06-23 20:28:05 +0200
commit6ec77e06eaecc9b0567e1c67e9255da448fa4b2f (patch)
tree9520a787e4b8bbc582fc1fddbf8bedd810f8bd6c /vendor/github.com/42wim/matterbridge-plus/bridge/config.go
parente48db67649118bb2c77acfedc9320b45db9fd4ea (diff)
downloadmatterbridge-msglm-6ec77e06eaecc9b0567e1c67e9255da448fa4b2f.tar.gz
matterbridge-msglm-6ec77e06eaecc9b0567e1c67e9255da448fa4b2f.tar.bz2
matterbridge-msglm-6ec77e06eaecc9b0567e1c67e9255da448fa4b2f.zip
Sync with mattermost 3.1.0
Diffstat (limited to 'vendor/github.com/42wim/matterbridge-plus/bridge/config.go')
-rw-r--r--vendor/github.com/42wim/matterbridge-plus/bridge/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/42wim/matterbridge-plus/bridge/config.go b/vendor/github.com/42wim/matterbridge-plus/bridge/config.go
index ca4eb225..f31db98d 100644
--- a/vendor/github.com/42wim/matterbridge-plus/bridge/config.go
+++ b/vendor/github.com/42wim/matterbridge-plus/bridge/config.go
@@ -19,6 +19,7 @@ type Config struct {
NickServNick string
NickServPassword string
RemoteNickFormat string
+ IgnoreNicks string
}
Mattermost struct {
URL string
@@ -37,6 +38,8 @@ type Config struct {
Login string
Password string
RemoteNickFormat *string
+ IgnoreNicks string
+ NoTLS bool
}
Token map[string]*struct {
IRCChannel string