From ac31f61a50fe12eb3ddcf2e555333230761f9285 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sat, 21 Oct 2017 15:35:58 -0600 Subject: [PATCH] Add bitly link for public server --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 62144e61..b5d5c556 100644 --- a/connect.go +++ b/connect.go @@ -181,7 +181,7 @@ func (c *Connection) runClient() error { connection, err := net.Dial("tcp", c.Server+":"+port) if err != nil { if c.Server == "cowyo.com" { - fmt.Println("\nThe public server is down. Please tweet the webmaster: @yakczar") + fmt.Println("\nCheck http://bit.ly/croc-relay to see if the public server is down or contact the webmaster: @yakczar") } else { fmt.Printf("\nCould not connect to relay %s\n", c.Server) }