updated documentation a bit
[spider.git] / cmd / set / hops.pl
index 5f4edbdbee332f289013a69517c5e2cd13a979cf..43b4594c1dbe1a3120e821f03b1f8a97df944120 100644 (file)
@@ -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;