diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-02 16:32:11 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-02 16:32:11 -0500 |
| commit | 30243fd5c596704d5e30b8ea19a05af1dd287d2e (patch) | |
| tree | 17037abde9a237aeeca7164d12e7ae90eb7ce548 | |
| parent | fe33ae88d3610eceeb79d5ecb2729aa1a6e81828 (diff) | |
adjust startup message
| -rw-r--r-- | client/application.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
