]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Add voice, halfop and op counts
[user/henk/code/inspircd.git] / .inspircd.inc
index cb59bc3cb47f5f50cf4b82343c538ed4baa337e0..ed22f731744f889003c466d1f04231a004086841 100644 (file)
@@ -60,6 +60,7 @@ if ($arg eq "cron") {
 
 if ($arg eq "restart") {
        stop();
+       unlink($pidfile) if (-e $pidfile);
        start();
        # kthxbye();
        exit();