diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-13 17:17:32 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-13 17:17:34 +0100 |
commit | 0a99571c0f7ee61635104db6048f6ebc1d4380da (patch) | |
tree | 8ee05328a10a7bab6ac9e155e1a221de4c6bb205 /src/init.cpp | |
parent | f908514095d709c72eeee71f8220168318f163a4 (diff) | |
parent | e704fa62666d92a5cbfd27be80bcf9ce6c1b7e0c (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index 49b38dc22..309bb3117 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -337,7 +337,7 @@ bool Anope::Init(int ac, char **av) Log(LOG_TERMINAL) << "-v, --version"; Log(LOG_TERMINAL) << ""; Log(LOG_TERMINAL) << "Further support is available from https://www.anope.org/"; - Log(LOG_TERMINAL) << "Or visit us on IRC at irc.anope.org #anope"; + Log(LOG_TERMINAL) << "Or visit us on IRC at irc.teranova.net #anope"; Anope::ReturnValue = EXIT_SUCCESS; return false; } @@ -488,7 +488,7 @@ bool Anope::Init(int ac, char **av) 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."; + Log(LOG_TERMINAL) << "*** our support channel on /server irc.teranova.net channel #anope."; throw CoreException("Configuration file failed to validate"); } |