mirror of
https://github.com/anope/anope.git
synced 2026-06-27 04:46:37 +02:00
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".
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user