CruAlbania / hubot-better-help

A more helpful help command for hubot
2 stars 3 forks source link

Some stock commands missing #4

Open bafplus opened 7 years ago

bafplus commented 7 years ago

some stock commands like "the rules" are missing in better-help.

gburgett commented 7 years ago

Hubot doesn't have any commands "included", they're all loaded either from the scripts directory or from node_modules. You need to have the following in your external-scripts.json

[
  "hubot-rules",
  ... other script modules added using npm
]

https://www.npmjs.com/package/hubot-rules

bafplus commented 7 years ago

With stock i ment the plugins that are in external-script by default, like hubot-rules But stock or not, it isnt loaded in better-help, if i change to terminal (shell) same result, if i load the standard help it is there.

JSzaszvari commented 7 years ago

The syntax for the help is probably wrong in rules.coffee then.