Add a callsign to invalid characters in command handling
],
'r' => [
'^r$', 'read', 'read',
- '^rbn$', 'apropos rbn', 'apropos',
'^reje?c?t?$', 'apropos reject', 'apropos',
'^rcmd/(\S+)', 'rcmd $1', 'rcmd',
],
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
# 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');
}