X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXUser.pm;h=f31b79e6da0ee167b0bd83e9de92d73ccbad73ea;hb=cd0c19a8aeee5313a8963841cb85daa84eb1aa88;hp=afc70cb0e08516f0331b19264782528950e8d823;hpb=8178d787d7cc8040fa8958197582bba5c80e6f59;p=spider.git diff --git a/perl/DXUser.pm b/perl/DXUser.pm index afc70cb0..f31b79e6 100644 --- a/perl/DXUser.pm +++ b/perl/DXUser.pm @@ -78,6 +78,8 @@ $lrusize = 2000; wantann_talk => '0,Talklike Anns,yesno', wantpc90 => '1,Req PC90,yesno', wantnp => '1,Req New Protocol,yesno', + wantusers => '9,Want Users from node,yesno', + wantsendusers => '9,Send users to node,yesno', lastoper => '9,Last for/oper,cldatetime', nothere => '0,Not Here Text', registered => '9,Registered?,yesno', @@ -583,6 +585,16 @@ sub wantann_talk return _want('ann_talk', @_); } +sub wantusers +{ + return _want('users', @_); +} + +sub wantsendusers +{ + return _want('annsendusers', @_); +} + sub wantlogininfo { my $self = shift;