Add help section
From Botnix
add_help_section
main::add_help_section(section,commands)
Adds one or more commands to a help section in the bots help index (shown on the HELP command with no parameters). commands can be an array or a single scalar value. The section must exist. There are three predefined sections already defined if you do not wish to make your own section for your module:
- Core Commands
- Channel Commands
- Admin Commands
NB: You should never delete these builtin sections!

