From 3df3261ac0351d7b19fb0478ceaa67b5878cc381 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 16 Jun 2021 11:57:38 +0200 Subject: [PATCH] switch from freenode irc network to libera.chat irc network as freenode is dead Signed-off-by: Michael Kaufmann --- .github/ISSUE_TEMPLATE.md | 2 +- .travis.yml | 2 +- README.md | 4 ++-- composer.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ff27e343..910e6594 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ # Bug report vs. support request If you're unsure of whether your problem is a bug or a configuration error -* contact us via IRC in #froxlor on freenode +* contact us via IRC in #froxlor on irc.libera.chat * or post a thread in our forum at https://forum.froxlor.org As a rule of thumb: before reporting an issue diff --git a/.travis.yml b/.travis.yml index eed5b7c8..e0cb1aa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ script: - ant phpunit-no-coverage notifications: - irc: "chat.freenode.net#froxlor" + irc: "irc.libera.chat#froxlor" webhooks: urls: - https://webhooks.gitter.im/e/bdf91d1c3f745e51f796 diff --git a/README.md b/README.md index 51b9d3d8..041d7899 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ You may find help in the following places: ### IRC -froxlor may be found on freenode.net, channel #froxlor: -irc://chat.freenode.net/froxlor +froxlor may be found on libera.chat, channel #froxlor: +irc://irc.libera.chat/froxlor ### Forum diff --git a/composer.json b/composer.json index f05f9c02..4d6b0fa2 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "issues": "https://github.com/Froxlor/Froxlor/issues", "forum": "https://forum.froxlor.org/", "wiki": "https://github.com/Froxlor/Froxlor/wiki", - "irc": "irc://chat.freenode.net/froxlor", + "irc": "irc://irc.libera.chat/froxlor", "source": "https://github.com/Froxlor/Froxlor", "docs": "https://github.com/Froxlor/Froxlor/wiki" },