diff --git a/evennia/commands/default/system.py b/evennia/commands/default/system.py index 588fd63eb5..fdb18a13f1 100644 --- a/evennia/commands/default/system.py +++ b/evennia/commands/default/system.py @@ -662,8 +662,7 @@ class CmdAbout(COMMAND_DEFAULT_CLASS): |wCode|n https://github.com/evennia/evennia |wDemo|n https://demo.evennia.com |wGame listing|n https://games.evennia.com - |wIrc|n #evennia on irc.freenode.net:6667 - |wDiscord|n https://discord.gg/SVCkd4cY3q + |wChat|n https://discord.gg/AJJpcRUhtF |wForum|n https://github.com/evennia/evennia/discussions |wLicence|n https://opensource.org/licenses/BSD-3-Clause |wMaintainer|n (2010-) Griatch (griatch AT gmail DOT com) diff --git a/evennia/help/tests.py b/evennia/help/tests.py index 0ebd1b0553..5f39821779 100644 --- a/evennia/help/tests.py +++ b/evennia/help/tests.py @@ -101,10 +101,6 @@ HELP_ENTRY_DICTS = [ There are many ways to get help and communicate with other devs! - ### IRC - - The irc channel is #evennia on irc.freenode.net - ### Discord There is also a discord channel you can find from the sidebard on evennia.com. diff --git a/evennia/server/evennia_launcher.py b/evennia/server/evennia_launcher.py index cfd40a5955..064fb5b55a 100644 --- a/evennia/server/evennia_launcher.py +++ b/evennia/server/evennia_launcher.py @@ -287,7 +287,7 @@ ABOUT_INFO = """ Licence: BSD 3-Clause Licence Web: http://www.evennia.com - Irc: #evennia on FreeNode + Chat: https://discord.gg/AJJpcRUhtF Forum: http://www.evennia.com/discussions Maintainer (2006-10): Greg Taylor Maintainer (2010-): Griatch (griatch AT gmail DOT com)