X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fchat.pl;h=38d5b38ab8af5b813e0bb0bc37028e3f9c167f15;hb=201dedf3e4325faab5c34b38135790012142286b;hp=5ac6312e2714218e9af1f0f40e5abbd4df356467;hpb=4db91b5f128f03334ec03a89eb8f56af1d698c78;p=spider.git diff --git a/cmd/show/chat.pl b/cmd/show/chat.pl index 5ac6312e..38d5b38a 100644 --- a/cmd/show/chat.pl +++ b/cmd/show/chat.pl @@ -34,7 +34,7 @@ while ($f = shift @f) { # next field $to = 20 unless $to; $from = 0 unless $from; -@out = $self->spawn_cmd(\&DXLog::print, args => [$from, $to, $main::systime, 'chat', $who]); +@out = $self->spawn_cmd("show/chat $cmdline", \&DXLog::print, args => [$from, $to, $main::systime, 'chat', $who]); #@out = DXLog::print($from, $to, $main::systime, 'chat', $who); return (1, @out);