From 0dc5e042d2aafd4f9e06422c959898ed7dbb08c8 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 19 Dec 2015 15:55:07 +0100 Subject: Add option to change receiving mattermost channel --- config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config.go') 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 -- cgit v1.2.3