fixed Aliases so that shutdown works again.
[spider.git] / perl / DXUser.pm
index e65dd9227ae37a814a78dd40ea34fae3e6091270..160877aef11b5658ba9c3ad1e0988d3b016357a0 100644 (file)
@@ -74,6 +74,7 @@ $lasttime = 0;
                  wantann_talk => '0,Talklike Anns,yesno',
                  lastoper => '9,Last for/oper,cldatetime',
                  nothere => '0,Not Here Text',
+                 registered => '9,Registered?,yesno',
                 );
 
 no strict;
@@ -527,7 +528,10 @@ sub wantann_talk
 
 sub wantlogininfo
 {
-       return _want('logininfo', @_);
+       my $self = shift;
+       my $val = shift;
+       $self->{wantlogininfo} = $val if defined $val;
+       return $self->{wantlogininfo};
 }
 
 sub is_node