7 my $call = $self->call;
9 return (1, $self->msg('e5')) unless $self->priv >= 5;
10 foreach $ref (DXChannel::get_all()) {
11 $ref->send($self->msg('shutting')) if $ref->is_user;
14 # give some time for the buffers to empty and then shutdown (see cluster.pl)