diff --git a/web.go b/web.go index 0986856..5a1887a 100644 --- a/web.go +++ b/web.go @@ -4,6 +4,8 @@ import ( "fmt" "io/ioutil" "net/http" + + "github.com/layeh/gumble/gumble" ) var client_token = new(map[string]string) @@ -53,7 +55,7 @@ func getIP() string { } } } - + return external_ip } }