From 2a40a57a20de832cf0193f06bbd928e0a49b820d Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 8 Aug 2023 09:11:26 +0200 Subject: [PATCH] move default IRC channel to OFTC network * this is more in line with where most other OSM related stuff is * nobody really wants to be on freenode anymore anyway --- www/settings_local.py.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/settings_local.py.dist b/www/settings_local.py.dist index 80459181..934d5dbb 100644 --- a/www/settings_local.py.dist +++ b/www/settings_local.py.dist @@ -177,7 +177,7 @@ WEBLATE_BASE_URL = 'https://translate.get-map.org/' # contact information, to be displayed in page footer if set CONTACT_EMAIL = 'your-name@example.org' -CONTACT_CHAT = 'irc://irc.freenode.net/#maposmatic' +CONTACT_CHAT = 'irc://irc.oftc.org/#maposmatic' # custom footer text EXTRA_FOOTER = ''