diff --git a/connect.go b/connect.go index 62144e6..b5d5c55 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) }