diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-04 14:11:07 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-04 14:11:07 +0000 |
commit | 8eb6a4da717d7670995a47fbd1b5878df88dd206 (patch) | |
tree | 56fa17f935f75b18a6ca11c175b7751294694d8e /Config | |
parent | ec7dfb3675973e0e0ec6df69c871797bc94e8413 (diff) |
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".
Diffstat (limited to 'Config')
-rwxr-xr-x | Config | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |