From 8eb6a4da717d7670995a47fbd1b5878df88dd206 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 4 Jan 2022 14:11:07 +0000 Subject: Update more IRCServices references to reflect the current project. - If referring to the specific piece of software use "Anope". - If referring to services in general use "services". --- Config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Config') diff --git a/Config b/Config index 1d5db1000..1713839d4 100755 --- a/Config +++ b/Config @@ -1,6 +1,6 @@ #!/bin/sh # -# Configuration script for Services. +# Configuration script for Anope. # # Anope (c) 2003-2021 Anope Team # Contact us at team@anope.org @@ -193,7 +193,7 @@ else echo "" fi -echo "Beginning Services configuration." +echo "Beginning Anope configuration." echo "" ########################################################################### @@ -232,7 +232,7 @@ while [ $ok -eq 0 ] ; do fi fi elif exists "$INPUT/include/services.h" ; then - echo "You cannot use the Services source directory as a target directory." + echo "You cannot use the Anope source directory as a target directory." else ok=1 fi @@ -244,11 +244,11 @@ echo "" OLD_RUNGROUP="$RUNGROUP" if [ "$RUNGROUP" ] ; then - echo "Which group should all Services data files be owned by? (If Services" + echo "Which group should all Anope data files be owned by? (If Anope" echo "should not force files to be owned by a particular group, type \"none\"" echo "(without the quotes) and press Return.)" else - echo "Which group should all Services data files be owned by? (If Services" + echo "Which group should all Anope data files be owned by? (If Anope" echo "should not force files to be owned by a particular group, just press" echo "Return.)" fi -- cgit