Skip to content

Commit 6ac9e06

Browse files
authored
Migrating to Libera.Chat (#159)
- Update the homepage with Kiwi IRC join URL. - Update all the workflows to point to irc.libera.chat - Minimize the number of messages posted to IRC Signed-off-by: Bhavin Gandhi <[email protected]>
1 parent 0dc6298 commit 6ac9e06

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/newsletter-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: IRC notification
3030
uses: Gottox/irc-message-action@v1
3131
with:
32+
server: irc.libera.chat
3233
channel: ${{ secrets.CHANNEL }}
3334
nickname: pypune_${{ github.run_id }}
3435
message: |-

.github/workflows/notifications.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: IRC notification
2020
uses: Gottox/irc-message-action@v1
2121
with:
22+
server: irc.libera.chat
2223
channel: ${{ secrets.CHANNEL }}
2324
nickname: pypune_${{ github.run_id }}
2425
message: |-
25-
New talk proposal submission: ${{ github.event.issue.title }}
26-
${{ github.event.issue.html_url }}
26+
New talk proposal submission: ${{ github.event.issue.title }} ${{ github.event.issue.html_url }}
2727
2828
newsletter-comment:
2929
# run only when comment on issue with label `newsletter`.
@@ -37,9 +37,9 @@ jobs:
3737
- name: IRC notification
3838
uses: Gottox/irc-message-action@v1
3939
with:
40+
server: irc.libera.chat
4041
channel: ${{ secrets.CHANNEL }}
4142
nickname: pypune_${{ github.run_id }}_1
4243
message: |-
4344
${{ github.event.comment.body }}
44-
Submitted by: ${{ github.event.comment.user.login }}.
45-
Have anything interesting to share? Add a comment here: ${{ github.event.comment.html_url }}
45+
Submitted by: ${{ github.event.comment.user.login }}. Have anything interesting to share? Add a comment here: ${{ github.event.comment.html_url }}

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ params:
121121
url: 'http://tel.pythonpune.in'
122122
- icon: fa-comments-o
123123
title: IRC Channel
124-
description: 'Chat with us on IRC channel <b>#pythonpune</b> at freenode.'
125-
url: 'https://webchat.freenode.net/#pythonpune'
124+
description: 'Chat with us on IRC channel <b>#pythonpune</b> at Libera.Chat.'
125+
url: 'https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:6697/#pythonpune'
126126
- icon: fa-envelope-o
127127
title: Mailing list
128128
description: >-

0 commit comments

Comments
 (0)