]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
now using OnUserPreMessage exempt_list instead of OnPreCommand dup code for blocking...
[user/henk/code/inspircd.git] / .inspircd.inc
index 87a162a31b12699a51a3ee03672e678574694b7d..d1ea383a33fb24b4cdc17800bd09b0e4ee20b1a7 100644 (file)
@@ -236,7 +236,7 @@ sub getpidfile {
       }
     } else {
       # End of includes / No includes found.
-      return;
+      return $confpath . "inspircd.pid";
     }
   }
 }