fix sending msgs to g1tlh-2 (and not to g1tlh, - and 2)
[spider.git] / cmd / export_users.pl
1 #
2 # the export the user file to ascii command
3 #
4 # $Id$
5 #
6 my $self = shift;
7 return (1, $self->msg('e5')) unless $self->priv >= 9;
8 my $line = shift || "$main::data/user_asc";
9 return (1, DXUser::export($line));