X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=PA.pm;fp=PA.pm;h=7a4a4b81e1c98c91971e6f746d23b22a895fa874;hb=9893b39ce1525643c195908ae7faf62c47f567e9;hp=afc5b05861801cfec845aeb7060d4027f26c2368;hpb=ccb4338b25220a94114da1bdf5d5d0345c885b06;p=NDIRC.git diff --git a/PA.pm b/PA.pm index afc5b05..7a4a4b8 100644 --- a/PA.pm +++ b/PA.pm @@ -54,7 +54,7 @@ sub checkPlanet { $planet->{$_} = valuecolor(1,$planet->{$_}); } my $ally = ""; - if (officer() || ia() || dc() | intel()){ + if (officer() || ia() || dc() || intel()){ $ally = "Alliance=$planet->{alliance} ($planet->{relationship}), Nick=$planet->{nick} ($planet->{planet_status}), Channel: $planet->{channel}, Hostile Count: $planet->{hit_us},"; } $ND::server->command("notice $ND::nick $planet->{coords} $planet->{ruler} OF $planet->{planet},$ally Race=$planet->{race}, Score=$planet->{score} ($planet->{scorerank}), Size=$planet->{size} ($planet->{sizerank}), Value=$planet->{value} ($planet->{valuerank}), XP=$planet->{xp} ($planet->{xprank})");