X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtout.pm;h=a5498a0c8a45568675d23eb7fc5fea38094dd3e3;hb=45495d980ec748f19509c7668d6b92a06f216ed7;hp=b31eacdfe111942ded8607bc9759d85e1179a56c;hpb=ba1a144ec12c8265b96cf42b0218fd5bd2703e91;p=spider.git diff --git a/perl/DXProtout.pm b/perl/DXProtout.pm index b31eacdf..a5498a0c 100644 --- a/perl/DXProtout.pm +++ b/perl/DXProtout.pm @@ -68,12 +68,12 @@ sub pc12 { my ($call, $text, $tonode, $sysop, $wx, $origin) = @_; my $hops = get_hops(12); - $origin ||= $main::mycall; - $sysop ||= ' '; $text ||= ' '; - $wx ||= '0'; - $tonode ||= '*'; $text =~ s/\^/%5E/g; + $tonode ||= '*'; + $sysop ||= ' '; + $wx ||= '0'; + $origin ||= $main::mycall; return "PC12^$call^$tonode^$text^$sysop^$origin^$wx^$hops^~"; }