Skip to content
Snippets Groups Projects
Commit 32efc501 authored by rswindell's avatar rswindell
Browse files

Fix the %HELP response.

JavaScript... God bless it.
parent da157eb4
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,10 @@ const help_text =
"\r\n" +
"In the body of the message, one or more:\r\n" +
"\r\n" +
"+<tag> Connect an area\n"
"+ALL Connect all areas\n"
"-<tag> Disconnect an area\n"
"-ALL Disconnect all areas\n"
"+<tag> Connect an area\n" +
"+ALL Connect all areas\n" +
"-<tag> Disconnect an area\n" +
"-ALL Disconnect all areas\n" +
"%HELP This message\r\n" +
"%LIST List of all available areas (tags)\r\n" +
"%QUERY List of linked / connected areas\r\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment