nodebot icon indicating copy to clipboard operation
nodebot copied to clipboard

Help command is incomplete

Open Ricket opened this issue 14 years ago • 1 comments

The help command is incomplete.

Proposed fix: Redesign it so that the help command is a global feature, and each script should have some help data in the script which the help command reads from the scripts. This will mean less maintenance, and disabled scripts will not show up in the help command.

Perhaps the "listen" function can have an additional parameter which is the description of that command or feature.

Ricket avatar Sep 08 '11 19:09 Ricket

@Ricket: I think the plugins should be more modular, so you can put in a descriptions and stuff, so the help just pulls the info "magically". Check out this implementation: https://github.com/stenehall/bot.js

ellisgl avatar Jul 25 '13 21:07 ellisgl