X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Ffetchdumps.pl;h=6d02704a294e29bdaa06f20eb3786a847deaddf5;hb=d6b15c14f164e7150ffcaed86e8aa79795b2d89a;hp=0d71aeaf6159504f61ff91afcab182fab205e0bb;hpb=d1d9b988b4b9921e707b36d81ed2dfddb77188d8;p=ndwebbie.git diff --git a/scripts/fetchdumps.pl b/scripts/fetchdumps.pl index 0d71aea..6d02704 100755 --- a/scripts/fetchdumps.pl +++ b/scripts/fetchdumps.pl @@ -58,7 +58,7 @@ if ($updated){ `perl $FindBin::Bin/parsegalaxies.pl $updated`; `perl $FindBin::Bin/ndrank.pl`; $dbh->do(q{UPDATE misc SET value = ? WHERE id = 'TICK'}, undef, $updated); - system 'killall','-USR1', 'irssi'; + system 'killall','-USR1', 'ndbot.pl'; local $dbh->{Warn} = 0; }