summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.inspircd.inc2
-rwxr-xr-xsrc/version.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.inspircd.inc b/.inspircd.inc
index 2cee69712..1776b799c 100644
--- a/.inspircd.inc
+++ b/.inspircd.inc
@@ -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)
diff --git a/src/version.sh b/src/version.sh
index 1a3ce94a6..491057175 100755
--- a/src/version.sh
+++ b/src/version.sh
@@ -1,2 +1,2 @@
#!sh
-echo "InspIRCd-1.0(Beta2)+CVS"
+echo "InspIRCd-1.0(Beta1)"