]> ruin.nu Git - ndwebbie.git/blobdiff - scripts/scans.pl
Need to signal ndbot.pl instead of irssi
[ndwebbie.git] / scripts / scans.pl
index 943ad62dc7c8e8cb76b8a84c1a16d4577fa74ce2..185c76c858f3733c9bd2c279b63a3eb2b1cdc3f3 100755 (executable)
@@ -264,7 +264,7 @@ while (my $scan = $newscans->fetchrow_hashref){
 #$dbh->rollback;
 $dbh->commit;
 
-system 'killall','-USR1', 'irssi' if $parsedscans;
+system 'killall','-USR1', 'ndbot.pl' if $parsedscans;
 
 sub addfleet {
        my ($name,$mission,$ships,$sender,$tick,$amount) = @_;