4 # Copyright (c) 2000 - Dirk Koopman
9 my ($self, $line) = @_;
10 my @args = split /\s+/, $line;
14 @args = $self->call if (!@args || $self->priv < 9);
16 foreach $call (@args) {
18 my $user = DXUser->get_current($call);
22 push @out, $self->msg('grids', $call);
24 push @out, $self->msg('e3', "Set Grid", $call);