Skip to content

Commit ce6871f

Browse files
committed
policyeval/commands: Update kick info in help command
1 parent 688e8b3 commit ce6871f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policyeval/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ var cmdHelp = &CommandHandler{
991991
"* `!powerlevel <room|all> <key> <level>` - Set a power level\n" +
992992
"* `!redact <event link or user ID> [reason]` - Redact all messages from a user\n" +
993993
"* `!redact-recent <room> <since duration> [reason]` - Redact all recent messages in a room\n" +
994-
"* `!kick <user ID> [reason]` - Kick a user from all rooms\n" +
994+
"* `!kick [--force] [--room <room ID>] <user ID> [reason]` - Kick a user from all rooms\n" +
995995
"* `!ban [--hash] <list shortcode> <entity> [reason]` - Add a ban policy\n" +
996996
"* `!takedown [--hash] <list shortcode> <entity>` - Add a takedown policy\n" +
997997
"* `!remove-ban <list shortcode> <entity>` - Remove a ban policy\n" +

0 commit comments

Comments
 (0)