summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/register8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/register b/src/bin/register
index 437463e9c..1c236fbe4 100755
--- a/src/bin/register
+++ b/src/bin/register
@@ -14,7 +14,7 @@ REGCACHE="register.cache"
SENDMAIL="/usr/sbin/sendmail"
# SCRIPT VERSION NUMBER (DO NOT ALTER)
-REGISTERVERSION="1.2"
+REGISTERVERSION="1.3"
# DO NOT CHANGE IF YOU WANT TO REGISTER WITH ANOPE
REGISTRYADDRESS="register@anope.org"
@@ -30,7 +30,7 @@ if [ $0 != "./register" ] ; then
fi
if [ ! -f $CACHEFILE ] ; then
- echo "Warning: Configuration cache file missing. Run ./configure"
+ echo "Warning: Configuration cache file missing. Run ./Config first"
exit 1
fi
@@ -54,7 +54,7 @@ fi
echo "an idea of how many networks use Anope and what options"
echo "they compile with so we can spend more time developing"
echo "options that are more widely used. Note: The options"
- echo "you selected in ./configure will be sent."
+ echo "you selected in ./Config will be sent."
echo "You will be asked a series of questions, if you wish"
echo "to be listed in the public network database all the"
echo "information will be required."
@@ -63,7 +63,7 @@ fi
echo "Would you like to register? [Type YES to continue]"
read answer
-if [ $answer = "YES" ] ; then
+if [ $answer = "YES" ] || [ $answer = "yes" ] || [ $answer = "Yes" ] ; then
echo "Beginning registration..."
echo "1. What is your network name? (e.g. Anope IRC Network)"