X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;h=f2f296e585ec7288685df9c94e958ddcccfca4cb;hb=1728c7c7a64eaf2852c490629f022c7e70bc46e2;hp=a7a1773b1391acc722d53d8d4be5217c04a01cee;hpb=8195bc13ac14b8fbf13d804186680653b5fd8564;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index a7a1773b..f2f296e5 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -53,6 +53,9 @@ if ($list[0] && $list[0] =~ /^NOD/) { @val = values %{$nlist}; my $i = 0; + if (@val == 0 && $node->users) { + push @l, sprintf "(%d users)", $node->users; + } foreach $call (@val) { if ($i >= 5) { push @out, sprintf "%-12s %-12s %-12s %-12s %-12s %-12s", @l;