X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2Fcreate_sysop.pl;h=3b1196fee93b9205c3babed34d0ddeb2a9967187;hp=a08bb9fffc441bcebdacf7d438ceb805b9de5daa;hb=1cf4bd14be226274d5deb05da8480ab91a5dac52;hpb=20b0104deaeab77fa7ab1444dbcedfcdbf5865f8 diff --git a/perl/create_sysop.pl b/perl/create_sysop.pl index a08bb9ff..3b1196fe 100755 --- a/perl/create_sysop.pl +++ b/perl/create_sysop.pl @@ -28,6 +28,8 @@ sub create_it $self->{sort} = 'U'; # C - Console user, S - Spider cluster, A - AK1A, U - User, B - BBS $self->{priv} = 9; # 0 - 9 - with 9 being the highest $self->{lastin} = 0; + $self->{dxok} = 1; + $self->{annok} = 1; # write it away $self->close(); @@ -44,6 +46,8 @@ sub create_it $self->{sort} = 'U'; # C - Console user, S - Spider cluster, A - AK1A, U - User, B - BBS $self->{priv} = 9; # 0 - 9 - with 9 being the highest $self->{lastin} = 0; + $self->{dxok} = 1; + $self->{annok} = 1; # write it away $self->close();