From 30243fd5c596704d5e30b8ea19a05af1dd287d2e Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 2 Jun 2025 16:32:11 -0500 Subject: adjust startup message --- client/application.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/application.go b/client/application.go index 68a214d..5ac3b9d 100644 --- a/client/application.go +++ b/client/application.go @@ -28,7 +28,7 @@ func newApplication(serverAddress string) *application { app.cache = object.NewCache(&app) app.windowCache = window.NewCache() - app.cmdWindow.info("welcome! type /help for help.") + app.cmdWindow.info("welcome! type /help for help. try: /join talk") app.cmdWindow.info("connecting to %s", app.Client.Address) return &app } -- cgit v1.2.3