+16Aug01=======================================================================
+1. send a forward/opernam for a logged in user once a month (when they next
+login).
15Aug01=======================================================================
1. fix problem with talks not coming out anymore
13Aug01=======================================================================
$self->tell_login('loginu');
+ # do we need to send a forward/opernam?
+ my $lastoper = $user->lastoper || 0;
+ my $homenode = $user->homenode || "";
+ if ($homenode eq $main::mycall && $lastoper < $main::systime + $DXUser::lastoperinterval) {
+ run_cmd($DXProt::me, "forward/opernam $call");
+ $user->lastoper($main::systime);
+ }
}
#