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