Open bafplus opened 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
]
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.
The syntax for the help is probably wrong in rules.coffee then.
some stock commands like "the rules" are missing in better-help.