]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Fixed strange join behavior reported by w00t (mirc requesting MODE immediately after...
[user/henk/code/inspircd.git] / .inspircd.inc
index 2cee69712f92ba32213866cef237debd8bd15913..1776b799c0605bb2ebbf02a2a047d8f4b7d4096f 100644 (file)
@@ -94,7 +94,7 @@ sub stop {
         if (getstatus() == 0) { print "InspIRCd is not running. (Or PID File not found)"; return 0; }
         # Get to here, we have something to kill.
         my $pid = getprocessid();
-       print "Stopping InspIRCd...\n"
+       print "Stopping InspIRCd...\n";
         system("kill -TERM $pid >/dev/null 2>&1");
        sleep 2;
        if (getstatus() == 1)