
* changes to help info loading * updated sample help command config file * updated test config file
31 lines
654 B
JSON
31 lines
654 B
JSON
[
|
|
{
|
|
"names": [
|
|
"foo"
|
|
],
|
|
"usage":"/foo <bar> [baz|qux]",
|
|
"text":"A sample explanation."
|
|
},
|
|
{
|
|
"names": [
|
|
"login"
|
|
],
|
|
"usage":"/login",
|
|
"text":"Activates the login dialogue to enter your credentials. This command takes no arguments."
|
|
},
|
|
{
|
|
"names": [
|
|
"getareas"
|
|
],
|
|
"usage":"/getareas",
|
|
"text":"Lists all clients in all areas. This command takes no arguments."
|
|
},
|
|
{
|
|
"names": [
|
|
"getarea"
|
|
],
|
|
"usage":"/getarea",
|
|
"text":"Lists all clients in the area the caller is in. This command takes no arguments."
|
|
}
|
|
]
|