X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Flog.pl;h=ec84daa0af781343767cd915409388642756a553;hb=710e02b70cb2530802812577229cd62a50da8090;hp=82356bcd390029c726efc6e91f89c9389fc6f09f;hpb=a8b49f6c169f586810953d354fb90df33c030e58;p=spider.git diff --git a/cmd/show/log.pl b/cmd/show/log.pl index 82356bcd..ec84daa0 100644 --- a/cmd/show/log.pl +++ b/cmd/show/log.pl @@ -24,10 +24,10 @@ sub handle next if $from && $to > $from; } unless ($to) { - ($to) = $f =~ /^(\d+)$/o if !$to; # is it a to count? + ($to) = $f =~ /^(\d+)$/ if !$to; # is it a to count? next if $to; } - unless ($who) { + unless ($f =~ /^\d+/) { $who = $f; next if $who; }