]> gb7djk.dxcluster.net Git - spider.git/blob - cmd/unset/logininfo.pl
Fix dx/dx so it can do 'on 1000/4000' and also merge sh/dxcc into sh/dx
[spider.git] / cmd / unset / logininfo.pl
1 #
2 # unset the logininfo option for users
3 #
4 # Copyright (c) 1999 Dirk Koopman G1TLH
5 #
6 # $Id$
7 #
8 my $self = shift;
9 $self->user->wantlogininfo(0);
10 $self->logininfo(0);
11 return (1, $self->msg('ok'));
12