X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fnode.pl;h=9bc77e2a031f454c51c3983ce58c000c6cd4f179;hb=4b1dd2cb842a8e7df9b1b3e9a8e166e333dfec0a;hp=c18d8fb9376dc8d71e18c48ac68243dfd5dcd8a0;hpb=91cb091ed723c5650202345ae9c4f0277e36f0a8;p=spider.git diff --git a/cmd/show/node.pl b/cmd/show/node.pl index c18d8fb9..9bc77e2a 100644 --- a/cmd/show/node.pl +++ b/cmd/show/node.pl @@ -22,8 +22,6 @@ my @out; # search thru the user for nodes unless (@call) { -# the official way -# @call = sort map { my $ref; (($ref = DXUser->get_current($_)) && $ref->sort ne 'U') ? $_ : () } DXUser::get_all_calls; use DB_File; my ($action, $count, $key, $data); @@ -71,7 +69,7 @@ foreach $call (@call) { } } -return (1, @out); +return (1, @out, $self->msg('rec', $count));