From ec8e279b7a1ad203919f8af9c8cac84257c8d8b6 Mon Sep 17 00:00:00 2001 From: Bennett Wetters Date: Thu, 9 Nov 2023 22:10:36 +0100 Subject: [PATCH] Fix broken IRC link in template See: https://hackint.org/servers Seems the SpaceAPI response on the old/current website has been wrong all along lol :D --- ccchh-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccchh-template.json b/ccchh-template.json index 2bdab53..70d7a62 100644 --- a/ccchh-template.json +++ b/ccchh-template.json @@ -13,7 +13,7 @@ }, "contact": { "phone": "+494023830150", - "irc": "ircs://irc.hackint.org:9999/ccchh", + "irc": "ircs://irc.hackint.org:6697/#ccchh", "mastodon": "@ccchh@chaos.social", "email": "mail@hamburg.ccc.de", "ml": "talk@hamburg.ccc.de",