aboutsummaryrefslogtreecommitdiff
path: root/ui/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/commands.go')
-rw-r--r--ui/commands.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/commands.go b/ui/commands.go
index bc07779..a8b1faa 100644
--- a/ui/commands.go
+++ b/ui/commands.go
@@ -113,10 +113,10 @@ func cmdHelp(cmd *Command) {
/join <room address> - Join a room.
/leave - Leave the current room.
-/invite <user id> - Invite a user.
-/kick <user id> [reason] - Kick a user.
-/ban <user id> [reason] - Ban a user.
-/unban <user id> - Unban a user.
+/invite <user id> - Invite a user.
+/kick <user id> [reason] - Kick a user.
+/ban <user id> [reason] - Ban a user.
+/unban <user id> - Unban a user.
/send <room id> <type> <json> - Send a custom event to the given room.
/msend <type> <json> - Send a custom event to the current room.