X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fshow%2Fconfiguration.pl;fp=cmd%2Fshow%2Fconfiguration.pl;h=a49ffeec990317d55cafc473b502627d150a785d;hb=a6ad028b7f637dfd026520d1f2c014df726b268a;hp=bbfdd12c321788c1fee85f19a32caa4503f70ac1;hpb=a421ba50c9bc1636d9cc45baf6cfdc5dcbe36437;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index bbfdd12c..a49ffeec 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -64,7 +64,11 @@ if ($list[0] && $list[0] =~ /^NOD/) { } my $uref = Route::User::get($call); my $s = $call; - $s = sprintf "(%s)", $s unless $uref->here; + if ($uref) { + $s = sprintf "(%s)", $call unless $uref->here; + } else { + $s = "$call?"; + } push @l, $s; $i++; }