X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCron.pm;h=8fb0f4664489609be8a6f3f56c584d6b6956d1fd;hb=db143ea6ee006dd7ffc360fcf022459d68412976;hp=eefa25816cac8181432d2edc9c5a3343d5ab40dd;hpb=0bd9d2811cc42417676a1b11b121681c2377d70a;p=spider.git diff --git a/perl/DXCron.pm b/perl/DXCron.pm index eefa2581..8fb0f466 100644 --- a/perl/DXCron.pm +++ b/perl/DXCron.pm @@ -299,7 +299,7 @@ sub rcmd return if !$noderef || !$noderef->pcversion; # send it - DXProt::addrcmd($main::mycall, $call, $line); + DXProt::addrcmd($DXProt::me, $call, $line); } 1; __END__