7 my $call = $self->call;
9 return (1, $self->msg('e5')) unless $self->priv >= 5;
10 foreach $ref (DXChannel::get_all()) {
11 $ref->send_now("D", DXProt::pc39($main::mycall, "Shutdown by $call")) if $ref->is_node && $ref != $DXProt::me;
12 $ref->send_now("D", $self->msg('shutting')) if $ref->is_user;
15 # give some time for the buffers to empty and then shutdown (see cluster.pl)