X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fchat.pl;h=6b01d20675b557432d161cb4cf9c3ed8e62d59bb;hb=96f67f30b496aafcb4276f9fe9cf0fa9f572318b;hp=6e209e25dbd5645cccc6bad700b372b2b3e77ac8;hpb=378cbf24f1b918e78d8b93c9e7ce3cf46fe28ec7;p=spider.git diff --git a/cmd/show/chat.pl b/cmd/show/chat.pl index 6e209e25..6b01d206 100644 --- a/cmd/show/chat.pl +++ b/cmd/show/chat.pl @@ -1,7 +1,7 @@ # # print out the general log file for chat only # -# Copyright (c) 1998-2003 - Dirk Koopman G1TLH +# Copyright (c) 1998-2023 - Dirk Koopman G1TLH # # # @@ -28,7 +28,7 @@ while ($f = shift @f) { # next field next if $to; } next if $who; - if ($f !~ /^\d+/) { + if ($f !~ /^\d+$/) { ($who) = $f; } # ($who) = $f =~ /^(\w+)/o;