X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fusers.pl;h=a3fb3cc26ee510aeae8879bacd99a52f34d7c258;hb=fd0973e8351e0fc5e762034da5fa02e2a715b6dd;hp=7d5496a9d4592591cc679235cea2f94439ecb49a;hpb=92afb4b5ab97b9d3c3c09e2446a1ca708157b8d9;p=spider.git diff --git a/cmd/show/users.pl b/cmd/show/users.pl index 7d5496a9..a3fb3cc2 100644 --- a/cmd/show/users.pl +++ b/cmd/show/users.pl @@ -28,7 +28,7 @@ if (@list) { } } else { my $node = $main::routeroot; - push @out, "Callsigns connected to $main::mycall"; + push @out, join(' ', $self->msg('userconn'), $main::mycall); my $call; my $i = 0; my @l;