summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
author@42wim <wim@42.be>2016-01-29 00:45:01 +0100
committer@42wim <wim@42.be>2016-01-29 00:45:01 +0100
commit304dc2e25fcfe8f69662956d966c0a2db0610e2b (patch)
tree86c2b3753101f21f5777f408829037acbd5bb365 /config.go
parentc7ace91bf68fc84d7d9d03f0d5a89666d00dd6eb (diff)
parentfd74dca175d0abf2dec28f7c996b6789fec9c6b7 (diff)
downloadmatterbridge-msglm-304dc2e25fcfe8f69662956d966c0a2db0610e2b.tar.gz
matterbridge-msglm-304dc2e25fcfe8f69662956d966c0a2db0610e2b.tar.bz2
matterbridge-msglm-304dc2e25fcfe8f69662956d966c0a2db0610e2b.zip
Merge pull request #8 from daysofwineandroses/master
Add PASS support as per RFC1459
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index f9873766..32187d2b 100644
--- a/config.go
+++ b/config.go
@@ -13,6 +13,7 @@ type Config struct {
Server string
Port int
Nick string
+ Password string
Channel string
}
Mattermost struct {