]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/Schedulers.pl
dead pid shm comment
[infobot.git] / src / IRC / Schedulers.pl
index 3fe5e63a3e54c9a00d44a8f4790259ec75660f6d..566a28805b349d400b0936bfdfea1d90c1a60121 100644 (file)
@@ -770,6 +770,7 @@ sub miscCheck {
            my $pid     = $2;
            my $time    = $3;
            next if (time() - $time < 60*60);
+           # FIXME remove not-pid shm if parent process dead
            next if ($pid == $bot_pid);
            # don't touch other bots, if they're running.
            next unless ($param{ircNick} =~ /^\Q$n\E$/);