Skip to content

Commit 70be3f3

Browse files
author
Ferass El Hafidi
committed
src/bridge/AdminRoomHandler.ts: fix !help formatting
Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
1 parent 87b2f96 commit 70be3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bridge/AdminRoomHandler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ const COMMANDS: {[command: string]: Command|Heading} = {
8989
'Actions': { heading: true },
9090
"cmd": {
9191
example: `!cmd [irc.example.net] COMMAND [arg0 [arg1 [...]]]`,
92-
summary: "Issue a raw IRC command. These will not produce a reply." +
92+
summary: "Issue a raw IRC command. These will not produce a reply. " +
9393
"(Note that the command must be all uppercase.)",
9494
},
9595
"feature": {
9696
example: `!feature feature-name [true/false/default]`,
97-
summary: `Enable, disable or default a feature's status for your account.` +
97+
summary: `Enable, disable or default a feature's status for your account. ` +
9898
`Will display the current feature status if true/false/default not given.`,
9999
},
100100
"join": {

0 commit comments

Comments
 (0)