Skip to content

Commit d5e0baa

Browse files
authored
Missing newline and indentation in command handler help. (#445)
1 parent 2915757 commit d5e0baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/CommandHandler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ export async function handleCommand(roomId: string, event: { content: { body: st
135135
"!mjolnir unban <list shortcode> <user|room|server> <glob> [apply] - Removes an entity from the ban list. If apply is 'true', the users matching the glob will actually be unbanned\n" +
136136
"!mjolnir redact <user ID> [room alias/ID] [limit] - Redacts messages by the sender in the target room (or all rooms), up to a maximum number of events in the backlog (default 1000)\n" +
137137
"!mjolnir redact <event permalink> - Redacts a message by permalink\n" +
138-
"!mjolnir kick <glob> [room alias/ID] [reason] - Kicks a user or all of those matching a glob in a particular room or all protected rooms\n" +
138+
"!mjolnir kick <glob> [room alias/ID] [reason] - Kicks a user or all of those matching a glob in a particular room or all protected rooms\n" +
139139
"!mjolnir rules - Lists the rules currently in use by Mjolnir\n" +
140-
"!mjolnir rules matching <user|room|server> - Lists the rules in use that will match this entity e.g. `!rules matching @foo:example.com` will show all the user and server rules, including globs, that match this user." +
140+
"!mjolnir rules matching <user|room|server> - Lists the rules in use that will match this entity e.g. `!rules matching @foo:example.com` will show all the user and server rules, including globs, that match this user\n" +
141141
"!mjolnir sync - Force updates of all lists and re-apply rules\n" +
142142
"!mjolnir verify - Ensures Mjolnir can moderate all your rooms\n" +
143143
"!mjolnir list create <shortcode> <alias localpart> - Creates a new ban list with the given shortcode and alias\n" +

0 commit comments

Comments
 (0)