or
will show all commands (and aliases.)
At the bottom of that list is a help statement:
https://github.com/EQEmu/Server/blob...mand.cpp#L3116
So, typing:
or
will give you the help for that particular command.
Some commands are just subcommand lists..such as:
You can also use help to find partial command names:
will return all commands with 'bot' in their name.
Alias works here too:
should return:
Code:
^app
^appearance
^botappearance
I really need to write-up the wiki page for this information.
EDIT:
There were a lot of 'extra' commands for different situations..like #bot follow and #bot botgroup follow..that I just expanded for a single command.
Using the argument system provides a much more robust means of expanding bot control without adding tons of duplicated commands.