diff options
author | Wim <wim@42.be> | 2015-12-19 15:55:07 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2015-12-19 15:55:07 +0100 |
commit | 0dc5e042d2aafd4f9e06422c959898ed7dbb08c8 (patch) | |
tree | 9efac0bfc02ed44b30bfd596f40a135514253942 /config.go | |
parent | f0a5d2396fd7307fefd883d4f794e7def003af45 (diff) | |
download | matterbridge-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.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ type Config struct { IconURL string SkipTLSVerify bool BindAddress string + Channel string } General struct { GiphyAPIKey string |