X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Def.pm;fp=Def.pm;h=9297e3c5b846f8b18e1caa7396c80aafeb96d8a8;hb=cc16b149738879697f5baf3eaede9597388d4d53;hp=1f9c7d92a9d7db90767250975eed523b449323c9;hpb=f8ae81b53b3edb30da430d26b1f161683f31c6f2;p=NDIRC.git diff --git a/Def.pm b/Def.pm index 1f9c7d9..9297e3c 100644 --- a/Def.pm +++ b/Def.pm @@ -82,7 +82,7 @@ sub setType { while (my ($id,$call,$oldtype,$coords,$tick) = $fleet->fetchrow()){ if($ND::DBH->do(q{UPDATE incomings SET shiptype = ? WHERE id = ?},undef,$type,$id) == 1){ log_message $user->{uid}, "DC set fleet: $id to: $type"; - $ND::server->command("msg $ND::target Set fleet from $coords on call $call to $type (previosly $oldtype)"); + $ND::server->command("msg $ND::target Set fleet from $coords on call $call to $type (previously $oldtype)"); if ($tick < 0 && not (defined $x && $x eq 'call')){ $ND::server->command("msg $ND::target This call is old, did you use the call id, instead of inc id by accident? You can use .settypeall callid to set the type on all incs in a call."); }