fix console.pl max scroll depth
[spider.git] / cmd / send_config.pl
1 #
2 # send out PC92 config records manually
3 #
4
5 my $self = shift;
6 return (1, $self->msg('e5')) unless $self->priv > 5;
7
8 $main::me->broadcast_pc92_update($main::mycall);
9
10 return (1, $self->msg('ok'));