A hubot script to show available hubot commands
See src/help.coffee
for full documentation.
In hubot project repo, run:
npm install hubot-help --save
Then add hubot-help to your external-scripts.json
:
["hubot-help"]
user1>> hubot help
hubot>> hubot help - Displays all of the help commands that Hubot knows about.
hubot>> hubot help <query> - Displays all help commands that match <query>.