Skip to content

Commit

Permalink
Fix incorrect callback argument description
Browse files Browse the repository at this point in the history
  • Loading branch information
manveti committed Apr 14, 2015
1 parent bee740d commit a0a1aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommandShell/Help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ the following arguments:
by a user with appropriate permission. The two arguments
passed to the callback will be an array of the command
arguments (e.g. ["!mycommand", "foo", "bar"]) and the original
command string (e.g. "!mycommand foo bar").
chat message object.

If you wish to remove a registered command, call Shell.unregisterCommand(name).
The specified name must be the name used when the command was registered.
Expand Down

0 comments on commit a0a1aa6

Please sign in to comment.