From f50a839609847169702d76560dcdc7481099d7bc Mon Sep 17 00:00:00 2001 From: citrons Date: Sun, 1 Jun 2025 18:04:40 -0500 Subject: user list --- client/help.go | 1 + 1 file changed, 1 insertion(+) (limited to 'client/help.go') diff --git a/client/help.go b/client/help.go index 55509b4..a6f1797 100644 --- a/client/help.go +++ b/client/help.go @@ -14,6 +14,7 @@ var helpTexts = []helpText { helpText {"help", "[command]", "view/list command descriptions"}, helpText {"nick", "", "change your username"}, helpText {"join", "", "join the channel with this name"}, + helpText {"list", "", "list users in the currently shown channel"}, helpText {"leave", "", "leave the currently shown channel"}, helpText {"create", "", "create a channel with this name"}, helpText {"quit", "", "exit the application"}, -- cgit v1.2.3