]> dxcluster.org Git - spider.git/blob - cmd/load/keps.pl
Try each badword with an S on the end as well and also check for 'f.u c'
[spider.git] / cmd / load / keps.pl
1 #
2 # load the the keps file after changing it
3 #
4 my $self = shift;
5 return (1, $self->msg('e5')) if $self->priv < 9;
6 my @out = Sun::load($self);
7 @out = ($self->msg('ok')) if !@out;
8 return (1, @out);