X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXUser.pm;h=e65dd9227ae37a814a78dd40ea34fae3e6091270;hb=2d0b6bcb8b2df38973d234e394f6a0e12d0727fb;hp=419156d3ac6dc75ecf2b6b1491e9b1ae5d5f307c;hpb=2b58ccdf81685a1167a43c38705a0d84b9d8d661;p=spider.git diff --git a/perl/DXUser.pm b/perl/DXUser.pm index 419156d3..e65dd922 100644 --- a/perl/DXUser.pm +++ b/perl/DXUser.pm @@ -71,6 +71,7 @@ $lasttime = 0; nopings => '9,Ping Obs Count', wantlogininfo => '9,Login info req,yesno', wantgrid => '0,DX Grid Info,yesno', + wantann_talk => '0,Talklike Anns,yesno', lastoper => '9,Last for/oper,cldatetime', nothere => '0,Not Here Text', ); @@ -519,12 +520,14 @@ sub wantgrid return _want('grid', @_); } +sub wantann_talk +{ + return _want('ann_talk', @_); +} + 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