Skip to content
Snippets Groups Projects
Commit d1892ec1 authored by deuce's avatar deuce
Browse files

Fix help for ANON command.

parent 92dda403
Branches
Tags
No related merge requests found
......@@ -687,7 +687,7 @@ function str_cmds(str)
}
if(str=="HELP") {
writeln("QUIET\tToggles anonymous setting (the node is listed online, but you are not");
writeln("ANON\tToggles anonymous setting (the node is listed online, but you are not");
writeln("\tmentioned).");
}
if(str=="ANON") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment