From f6bd1dcc89b7f8eda0e6661a53f051db0a7b39ff Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:06:23 +0000 Subject: [PATCH] Update default chat host --- client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.go b/client/main.go index b3e8f1e..f25ac5f 100644 --- a/client/main.go +++ b/client/main.go @@ -67,7 +67,7 @@ type model struct { } type args struct { - Address string `arg:"positional" default:"localhost:8000" help:"address to connect to, without ws://" placeholder:"HOST[:PORT]"` + Address string `arg:"positional" default:"gochat.8bit.lol" help:"address to connect to, without ws://" placeholder:"HOST[:PORT]"` Timestamps showTim `arg:"-t" default:"off" help:"display timestamps of messages, ctrl+t to cycle after startup [off, short, full]" placeholder:"CHOICE"` Nick *string `arg:"-n" help:"attempt to automatically set nick after connecting"` Password *string `arg:"-p" help:"password, if required"`