started OOing of PC protocol stuff
[spider.git] / perl / DXProtout.pm
index 8cc5137f59684c096eb79f4e6c8132becf723023..822beea5fe7bb3ce5ba0c0beaf81f5c206705f40 100644 (file)
@@ -338,6 +338,7 @@ sub pc85
        my($fromnode, $tonode, $call, $msg) = @_;
        return "PC85^$tonode^$fromnode^$call^$msg^~";
 }
+
 1;
 __END__