From d1892ec15143ecb56b0fc594cb57a2492d65e378 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 22 Dec 2005 06:25:49 +0000 Subject: [PATCH] Fix help for ANON command. --- exec/str_cmds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/str_cmds.js b/exec/str_cmds.js index b18b3149b6..4bbf3213d9 100644 --- a/exec/str_cmds.js +++ b/exec/str_cmds.js @@ -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") { -- GitLab