Backport of ./inspircd restart fix

git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4043 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
special 2006-06-22 10:27:59 +00:00
parent ec448c2898
commit 04f4da1460

View File

@ -57,6 +57,7 @@ if ($arg eq "cron") {
if ($arg eq "restart") {
stop();
unlink($pidfile) if (-e $pidfile);
start();
# kthxbye();
exit();