akashi-esquizolandia/bin_tests/config/text/commandhelp.json
Salanto ce629a3103 This may look stupid
* But you feel even more stupid when it could've been avoided by good config loading.
2022-06-30 22:17:31 +02:00

23 lines
570 B
JSON

[
{
"name":"foo",
"usage":"/foo <bar> [baz|qux]",
"text":"A sample explanation."
},
{
"name":"login",
"usage":"/login",
"text":"Activates the login dialogue to enter your credentials. This command takes no arguments."
},
{
"name":"getareas",
"usage":"/getareas",
"text":"Lists all clients in all areas. This command takes no arguments."
},
{
"name":"getarea",
"usage":"/getarea",
"text":"Lists all clients in the area the caller is in. This command takes no arguments."
}
]