diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-13 17:15:14 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-13 17:15:26 +0100 |
commit | e704fa62666d92a5cbfd27be80bcf9ce6c1b7e0c (patch) | |
tree | be4cb06d7e7172262a2e4c670f9c5dfe4e8ec707 /src/init.cpp | |
parent | bafcba023ccb0e8f1987036602fd9237212f3b36 (diff) |
Update the IRC server to point to Teranova.
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 daf2b5a6d..39d1033c6 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -329,7 +329,7 @@ void 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"; throw CoreException(); } @@ -482,7 +482,7 @@ void Anope::Init(int ac, char **av) Log(LOG_TERMINAL) << "*** Support resources: Read through the services.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"); } |