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". --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 0620ca253..a1dd04e65 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -411,7 +411,7 @@ void Anope::Init(int ac, char **av) Anope::LogDir = arg; } - /* Chdir to Services data directory. */ + /* Chdir to Anope data directory. */ if (chdir(Anope::ServicesDir.c_str()) < 0) { throw CoreException("Unable to chdir to " + Anope::ServicesDir + ": " + Anope::LastError()); -- cgit