X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fclx.pl;h=dd0ee2fdbaf167452274bb8a225388b2b66e346e;hb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;hp=954a6655be63b96174f88941b481d11e1dea4b81;hpb=f155969d600561b9ef151a7ce2494a0c89aed033;p=spider.git diff --git a/cmd/set/clx.pl b/cmd/set/clx.pl index 954a6655..dd0ee2fd 100644 --- a/cmd/set/clx.pl +++ b/cmd/set/clx.pl @@ -1,5 +1,5 @@ # -# set user type to 'S' for Spider node +# set user type to 'C' for CLX node # # Please note that this is only effective if the user is not on-line # @@ -19,7 +19,7 @@ return (1, $self->msg('e5')) if $self->priv < 5; foreach $call (@args) { $call = uc $call; - my $chan = DXChannel->get($call); + my $chan = DXChannel::get($call); if ($chan) { push @out, $self->msg('nodee1', $call); } else { @@ -29,6 +29,7 @@ foreach $call (@args) { if ($user) { $user->sort('C'); $user->homenode($call); + $user->lockout(0); $user->priv(1) unless $user->priv; $user->close(); push @out, $self->msg($create ? 'nodecc' : 'nodec', $call);