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