]> ruin.nu Git - ndwebbie.git/blobdiff - scripts/tick.pl
Need to signal ndbot.pl instead of irssi
[ndwebbie.git] / scripts / tick.pl
index 232dfc6797f7bf63bcb0dc319981fabe6f7a95f2..cf9f67a601b005b9e76ffc07f13ef6f0946d462b 100755 (executable)
@@ -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;