From 060c9ffd8a7812d0f1064a6796d5184705ca00b9 Mon Sep 17 00:00:00 2001 From: rachel-mp4 Date: Mon, 6 Oct 2025 13:53:23 -0400 Subject: [PATCH] i like this phrasing more --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index d053b7a..4aa2231 100644 --- a/main.go +++ b/main.go @@ -41,9 +41,9 @@ func guessIfUpgradeFail(server *lrcd.Server, now time.Time, messages *int) http. i think you should connect to me with your lrc client (e.g. ttyxcvr) it'll be more fun for us both! (tangled.org/moth11.net/ttyxcvr) - currently connected: %d - live since: %s - message count: %d`, server.Connected(), now.Format(time.RubyDate), *messages) + currently connected: %d + live since: %s + messages since last restart: %d`, server.Connected(), now.Format(time.RubyDate), *messages) } else { server.WSHandler()(w, r) } -- 2.51.2