Skip to content

Commit

Permalink
IRC: move from Freenode -> Libera.chat
Browse files Browse the repository at this point in the history
Due to politics at Freenode, Libera.chat is the way to go.
  • Loading branch information
ThomasAdam committed May 19, 2021
1 parent 32c9abc commit 0c13b98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: "IRC #fvwm on irc.freenode.net"
url: https://webchat.freenode.net/#fvwm
- name: "IRC #fvwm on irc.libera.chat"
url: https://libera.chat/guides/connect
about: Chat with fvwm users/developers
4 changes: 4 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,17 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'pull_request'
with:
server: "irc.libera.chat"
notice: true
channel: "#fvwm"
nickname: fvwm3-gh
message: "PR: [${{ github.event.pull_request.number }}]: ${{ github.event.pull_request.title }} -- [${{ github.event.pull_request.user.login }}]"
- name: irc tag created
uses: rectalogic/notify-irc@v1
if: github.event_name == 'create' && github.event.ref_type == 'tag'
with:
server: "irc.libera.chat"
notice: true
channel: "#fvwm"
nickname: fvwm-gh
message: ${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See [the installation instructions](./dev-docs/INSTALL.md)
Help & Support
--------------

We have a strong community on IRC (freenode), in the `#fvwm` channel if you
We have a strong community on IRC (libera.chat), in the `#fvwm` channel if you
fancy a chat.

There is also the [Fvwm Forums](https://fvwmforums.org) where you can ask
Expand Down

0 comments on commit 0c13b98

Please sign in to comment.