diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-01 18:04:40 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-01 18:04:40 -0500 |
| commit | f50a839609847169702d76560dcdc7481099d7bc (patch) | |
| tree | 369ff2ca320b53a28e1d1dbea0effbf6f6388d9b /client/help.go | |
| parent | ccea376f5750629c2a82b1f24251e52756876f5d (diff) | |
user list
Diffstat (limited to 'client/help.go')
| -rw-r--r-- | client/help.go | 1 |
1 files changed, 1 insertions, 0 deletions
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", "<name>", "change your username"}, helpText {"join", "<name>", "join the channel with this name"}, + helpText {"list", "", "list users in the currently shown channel"}, helpText {"leave", "", "leave the currently shown channel"}, helpText {"create", "<name>", "create a channel with this name"}, helpText {"quit", "", "exit the application"}, |
