1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 03:46:36 +02:00

Rename things from services to anope.

This commit is contained in:
Sadie Powell
2020-09-11 16:28:52 +01:00
parent 907aa60380
commit f430522b41
27 changed files with 132 additions and 138 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ void Anope::Init(int ac, char **av)
catch (const ConfigException &ex)
{
Log(LOG_TERMINAL) << ex.GetReason();
Log(LOG_TERMINAL) << "*** Support resources: Read through the services.conf self-contained";
Log(LOG_TERMINAL) << "*** Support resources: Read through the anope.conf self-contained";
Log(LOG_TERMINAL) << "*** documentation. Read the documentation files found in the 'docs'";
Log(LOG_TERMINAL) << "*** folder. Visit our portal located at https://www.anope.org/. Join";
Log(LOG_TERMINAL) << "*** our support channel on /server irc.anope.org channel #anope.";