From db5c7ebb320871a1fae96c4f579ce376d21e5eb8 Mon Sep 17 00:00:00 2001 From: citrons Date: Wed, 4 Jun 2025 12:19:13 -0500 Subject: additional help text --- client/help.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'client/help.go') diff --git a/client/help.go b/client/help.go index 9465f20..5540344 100644 --- a/client/help.go +++ b/client/help.go @@ -16,7 +16,24 @@ var helpTexts = []helpText { 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 { + "status", "", "set a short status message shown to everyone", + }, helpText {"rename", "", "rename the currently shown channel"}, + helpText {"mode", "[(+/-)modes...] ", +`change member permissions in channel. +mode adds a mode and -mode removes it. available modes are: + +see + read messages in the channel + +put + send messages to the channel + +history + read messages previously sent in the channel + +moderate + kick and ban other users + +update + change channel details + +op + modify permissions`}, helpText {"create", "", "create a channel with this name"}, helpText {"quit", "", "exit the application"}, } -- cgit v1.2.3