summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/help.go17
1 files changed, 17 insertions, 0 deletions
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", "<name>", "join the channel with this name"},
helpText {"list", "", "list users in the currently shown channel"},
helpText {"leave", "", "leave the currently shown channel"},
+ helpText {
+ "status", "<status>", "set a short status message shown to everyone",
+ },
helpText {"rename", "<name>", "rename the currently shown channel"},
+ helpText {"mode", "[(+/-)modes...] <user>",
+`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", "<name>", "create a channel with this name"},
helpText {"quit", "", "exit the application"},
}