X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=cmd%2Fshow%2Fchat.pl;h=6b01d20675b557432d161cb4cf9c3ed8e62d59bb;hb=96f67f30b496aafcb4276f9fe9cf0fa9f572318b;hp=cc251c10727f1e0e71f407e9142b977e285d2e4a;hpb=bdb2057b06d14c2cdba899869ba7929f052b2b50;p=spider.git diff --git a/cmd/show/chat.pl b/cmd/show/chat.pl index cc251c10..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,6 +28,9 @@ while ($f = shift @f) { # next field next if $to; } next if $who; + if ($f !~ /^\d+$/) { + ($who) = $f; + } # ($who) = $f =~ /^(\w+)/o; }