From 717c1b93f1bc1d8f3d2d66c97ea7e93f3a196618 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Wed, 22 Feb 2023 21:52:33 +0000 Subject: [PATCH] mention /quit in legend and add host for final scene --- cmd/signup/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/signup/main.go b/cmd/signup/main.go index b1eb726..e01a9ae 100644 --- a/cmd/signup/main.go +++ b/cmd/signup/main.go @@ -143,7 +143,7 @@ func _main(l *log.Logger, db *signup.DB) error { title.SetText("[purple]the tilde town sign up portal[-]") footer := tview.NewTextView() - footer.SetText("type /help and press enter to get help") + footer.SetText("type /help and press enter to get help. type /quit and press enter to leave.") msgScroll := tview.NewTextView() msgScroll.SetDynamicColors(true) @@ -266,7 +266,7 @@ func _main(l *log.Logger, db *signup.DB) error { ok bye have a good one~ `), "", - nil, + newCharacter("the æther", "the very air around you"), nil), }