X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Ftick.pl;h=cf9f67a601b005b9e76ffc07f13ef6f0946d462b;hb=d6b15c14f164e7150ffcaed86e8aa79795b2d89a;hp=232dfc6797f7bf63bcb0dc319981fabe6f7a95f2;hpb=b52c7c95096825846f53e73de627e6cda01d9bca;p=ndwebbie.git diff --git a/scripts/tick.pl b/scripts/tick.pl index 232dfc6..cf9f67a 100755 --- a/scripts/tick.pl +++ b/scripts/tick.pl @@ -16,5 +16,5 @@ our $dbh = ND::DB::DB(); my $update = $dbh->prepare("UPDATE misc SET value = value::int + 1 WHERE id = 'TICK'"); $update->execute(); -system 'killall','-USR1', 'irssi'; +system 'killall','-USR1', 'ndbot.pl'; $dbh->disconnect;