remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / arcluster.pl
index 9378a1730dce53a3be307d2215341ff2b6371f85..cfed97ab5651e38b37aae8b143a3119dda0c6d35 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Copyright (c) 1998 - Dirk Koopman
 #
-# $Id$
+#
 #
 
 my ($self, $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('R');
                        $user->homenode($call);
+                       $user->lockout(0);
                        $user->priv(1) unless $user->priv;
                        $user->close();
                        push @out, $self->msg($create ? 'noderc' : 'noder', $call);