X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXUser.pm;h=cbedad4114a561e5e16034ddfb587e7e8a826e36;hb=8f58735f5c9c090f2e5e00e05c7ad0834eccb741;hp=419156d3ac6dc75ecf2b6b1491e9b1ae5d5f307c;hpb=e0e6a2d303693eb681a6eefa90a2821ddfdeb5fd;p=spider.git diff --git a/perl/DXUser.pm b/perl/DXUser.pm index 419156d3..cbedad41 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,6 +520,11 @@ sub wantgrid return _want('grid', @_); } +sub wantann_talk +{ + return _want('ann_talk', @_); +} + sub wantlogininfo { my $self = shift;