X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Ftalk.pl;h=869e8d3adecb8136d026b076120e4e3442d51796;hb=f63d598af3f797b56b8d5e23ec4ff5254192eee9;hp=93b0ab9a8a70275e5b462793bb8ad130a34eb963;hpb=28c96d575e54373562fec59176eccf2f64935e6b;p=spider.git diff --git a/cmd/show/talk.pl b/cmd/show/talk.pl index 93b0ab9a..869e8d3a 100644 --- a/cmd/show/talk.pl +++ b/cmd/show/talk.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman G1TLH # -# $Id$ +# # my $self = shift; @@ -35,5 +35,5 @@ if ($self->priv < 6) { return (1, $self->msg('e5')) if $who ne $self->call; } -@out = DXLog::print($from, $to, $main::systime, '^talk', $who); +@out = DXLog::print($from, $to, $main::systime, 'talk', $who); return (1, @out);