+15Sep01=======================================================================
+1. released 1.48
+2. found 1st bug, fixed unset/logininfo reseting itself after logout
14Sep01=======================================================================
1. added the start of script files on login/startup. You can now add
commands (for example to set variables) to a file called
sub wantlogininfo
{
- my $self = shift;
- my $n = shift;
- $self->{wantlogininfo} = $n if $n;
- return exists $self->{wantlogininfo} ? $self->{wantlogininfo} : 0;
+ return _want('logininfo', @_);
}
sub is_node