and again
[spider.git] / perl / DXCron.pm
index eefa25816cac8181432d2edc9c5a3343d5ab40dd..8fb0f4664489609be8a6f3f56c584d6b6956d1fd 100644 (file)
@@ -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__