File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" : {
You can’t perform that action at this time.
0 commit comments