summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2015-12-19 16:55:49 +0100
committerWim <wim@42.be>2015-12-19 16:55:49 +0100
commit9f07a2cfd5d76e2acbd984e351097559279443b8 (patch)
treed9d991e15d3e433f47b5cf5fc8444c1d9f0fc08b /config.go
parent0dc5e042d2aafd4f9e06422c959898ed7dbb08c8 (diff)
downloadmatterbridge-msglm-9f07a2cfd5d76e2acbd984e351097559279443b8.tar.gz
matterbridge-msglm-9f07a2cfd5d76e2acbd984e351097559279443b8.tar.bz2
matterbridge-msglm-9f07a2cfd5d76e2acbd984e351097559279443b8.zip
Add support for multiple channels
Diffstat (limited to 'config.go')
-rw-r--r--config.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.go b/config.go
index 367a43ee..f9873766 100644
--- a/config.go
+++ b/config.go
@@ -25,6 +25,10 @@ type Config struct {
BindAddress string
Channel string
}
+ Token map[string]*struct {
+ IRCChannel string
+ MMChannel string
+ }
General struct {
GiphyAPIKey string
}