From bdac03f725858fad0f55cd56fc5d72ac07073d79 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 12 Dec 2015 21:26:53 +0100 Subject: Add BindAddress option. Closes #4 --- config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config.go') diff --git a/config.go b/config.go index ecdf65fa..38e41a79 100644 --- a/config.go +++ b/config.go @@ -22,6 +22,7 @@ type Config struct { Token string IconURL string SkipTLSVerify bool + BindAddress string } General struct { GiphyAPIKey string -- cgit v1.2.3