X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fhops.pl;h=43b4594c1dbe1a3120e821f03b1f8a97df944120;hp=5f4edbdbee332f289013a69517c5e2cd13a979cf;hb=d2c1a8cb2a31725e3b9084aee3ec43e585e3273f;hpb=a8d4234c702d3cf6049a9e53bd07cfc924eaee25 diff --git a/cmd/set/hops.pl b/cmd/set/hops.pl index 5f4edbdb..43b4594c 100644 --- a/cmd/set/hops.pl +++ b/cmd/set/hops.pl @@ -18,7 +18,7 @@ if (is_callsign(uc $f[0])) { $call = shift @f; } -my $sort = lc shift @f if $f[0] =~ /^ann|spots|wwv|wcy$/i; +my $sort = lc shift @f if $f[0] =~ /^ann|spots|wwv|wcy|route$/i; my $hops = shift @f if $f[0] =~ /^\d+$/; return (0, $self->msg('sethop1')) unless $call && $sort && $hops;