summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2015-12-19 15:55:07 +0100
committerWim <wim@42.be>2015-12-19 15:55:07 +0100
commit0dc5e042d2aafd4f9e06422c959898ed7dbb08c8 (patch)
tree9efac0bfc02ed44b30bfd596f40a135514253942 /config.go
parentf0a5d2396fd7307fefd883d4f794e7def003af45 (diff)
downloadmatterbridge-msglm-0dc5e042d2aafd4f9e06422c959898ed7dbb08c8.tar.gz
matterbridge-msglm-0dc5e042d2aafd4f9e06422c959898ed7dbb08c8.tar.bz2
matterbridge-msglm-0dc5e042d2aafd4f9e06422c959898ed7dbb08c8.zip
Add option to change receiving mattermost channel
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 38e41a79..367a43ee 100644
--- a/config.go
+++ b/config.go
@@ -23,6 +23,7 @@ type Config struct {
IconURL string
SkipTLSVerify bool
BindAddress string
+ Channel string
}
General struct {
GiphyAPIKey string