1. added the start of script files on login/startup. You can now add
[spider.git] / perl / DXUser.pm
index 419156d3ac6dc75ecf2b6b1491e9b1ae5d5f307c..cbedad4114a561e5e16034ddfb587e7e8a826e36 100644 (file)
@@ -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;