···2525func guessIfUpgradeFail(server *lrcd.Server, now time.Time) http.HandlerFunc {
2626 return func(w http.ResponseWriter, r *http.Request) {
2727 if r.Header.Get("Upgrade") != "websocket" {
2828- fmt.Fprintf(w, `
2929-~live~~
3030-~relay~
3131-~~chat~
3232-hi! i am an lrc server!
3333-you can look at my code at tangled.org/moth11.net/lrcd & tangled.org/lrcdaemon
2828+ fmt.Fprintf(w, `~ live ~~ hi! i am an lrc server!
2929+~ relay ~ you can look at my code at tangled.org/moth11.net/lrcd
3030+~~ chat ~ & tangled.org/moth11.net/lrcdaemon
34313535-i think you should try connecting to me with an lrc client (e.g. tty!xcvr (@tangled.org/moth11.net/ttyxcvr))
3636-it'll be more fun for us both!
3232+i think you should connect to me with your lrc client (e.g. ttyxcvr)
3333+it'll be more fun for us both! (tangled.org/moth11.net/ttyxcvr)
37343835currently connected: %d
3936 live since: %s`, server.Connected(), now.Format(time.RubyDate))