Skip to content

Commit

Permalink
src/bridge/AdminRoomHandler.ts: fix !help formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ferass El Hafidi <[email protected]>
  • Loading branch information
Ferass El Hafidi committed Jun 14, 2024
1 parent 7dfa20d commit 2e62550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bridge/AdminRoomHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ const COMMANDS: {[command: string]: Command|Heading} = {
'Actions': { heading: true },
"cmd": {
example: `!cmd [irc.example.net] COMMAND [arg0 [arg1 [...]]]`,
summary: "Issue a raw IRC command. These will not produce a reply." +
summary: "Issue a raw IRC command. These will not produce a reply. " +
"(Note that the command must be all uppercase.)",
},
"feature": {
example: `!feature feature-name [true/false/default]`,
summary: `Enable, disable or default a feature's status for your account.` +
summary: `Enable, disable or default a feature's status for your account. ` +
`Will display the current feature status if true/false/default not given.`,
},
"join": {
Expand Down

0 comments on commit 2e62550

Please sign in to comment.