rm rbn from Aliases, change help
authorDirk Koopman <djk@tobit.co.uk>
Wed, 8 Jul 2020 22:58:42 +0000 (23:58 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 8 Jul 2020 22:58:42 +0000 (23:58 +0100)
Add a callsign to invalid characters in command handling

cmd/Aliases
cmd/Commands_en.hlp
perl/DXCommandmode.pm

index f776d4308c293c9b8cf9116742974cd592d16f49..59c1255e67dbd429610002c819b96182dbcff84a 100644 (file)
@@ -94,7 +94,6 @@ package CmdAlias;
                                 ],
                  'r' => [      
                                  '^r$', 'read', 'read',
-                                 '^rbn$', 'apropos rbn', 'apropos',
                                  '^reje?c?t?$', 'apropos reject', 'apropos',
                                  '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
                                 ],
index a44426a38cb53ad7c9d3841b52b0cbf9589e6cd3..e2dd0c0d05b6dcd431d03b2f9b1b4276cea1ebff 100644 (file)
@@ -1120,10 +1120,6 @@ is a good indication of the quality of the link.  The actual time
 it takes is output to the console in seconds.
 Any visible cluster node can be PINGed.
 
-=== 9^RBN^The Reverse Beacon or Skimmer System
-Please read the document /spider/RBN.mojo. This has the latest information
-about RBN/Skimmer setup.
-
 === 0^RBN^The Reverse Beacon or Skimmer System
 DXSpider now has the ability to show spots from the Reverse Beacon Network
 or "Skimmers", if your sysop has enabled the feed(s) (and has the bandwidth
index 38773783798e61d6191121d79192f3bab9859b06..bef5626d9e30a998aabbb6ccf70115a77362bdc2 100644 (file)
@@ -516,7 +516,7 @@ sub run_cmd
 
                # check cmd
                if ($cmd =~ m|^/| || $cmd =~ m|[^-?\w/]|) {
-                       LogDbg('DXCommand', "cmd: invalid characters in '$cmd'");
+                       LogDbg('DXCommand', "cmd: $self->{call} - invalid characters in '$cmd'");
                        return $self->_error_out('e1');
                }