From: Dirk Koopman Date: Sat, 25 Apr 2020 23:01:23 +0000 (+0100) Subject: fix sh/cl at user startup with new arrangements X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=d159dc5c4d04124bf2672ef719d2ee412e777bcb fix sh/cl at user startup with new arrangements --- diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 6306b7fb..d75d3a16 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -210,8 +210,7 @@ sub start $script->run($self) if $script; # send cluster info - my $info = Route::cluster(); - $self->send("Cluster:$info"); + $self->send($self->run_cmd("show/cluster")); # send prompts for qth, name and things $self->send($self->msg('namee1')) if !$user->name;