diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-01 17:15:44 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-01 17:15:44 -0500 |
| commit | ccea376f5750629c2a82b1f24251e52756876f5d (patch) | |
| tree | 0f47b09325d56625bbae4596ace2a5f63bb5985e /client/application.go | |
| parent | 397b8de9c2a590f98c1a3255a6dbe7570a7b70b8 (diff) | |
help command
Diffstat (limited to 'client/application.go')
| -rw-r--r-- | client/application.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/application.go b/client/application.go index b1c5865..232d61c 100644 --- a/client/application.go +++ b/client/application.go @@ -27,6 +27,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("connecting to %s", app.Client.Address) return &app } |
