4. Fiddle with the lockout mechanism so that set/login g1tlh also locks out
[spider.git] / cmd / load / prefixes.pl
1 #
2 # load the prefix_data  file after changing it
3 #
4 my $self = shift;
5 return (1, $self->msg('e5')) if $self->priv < 9;
6 my $out = Prefix::load();
7 return (1, $out ? $out : $self->msg('ok'));
8