File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ This came about over frustration with constant failures of the `ddclient`
17
17
program, and the cost of finding a free dynamic dns service. They're either
18
18
expensive or not long-lived. IRC servers have been around much longer, and I
19
19
hope they stick around. Donate a few dollars to [ me] ( https://www.patreon.com/purpleidea )
20
- or [ Freenode ] ( https://freenode.net / ) .
20
+ or [ Libera ] ( https://libera.chat / ) .
21
21
22
22
## Community:
23
23
24
24
Come join us in the ` IRCdns ` community!
25
25
26
26
| Medium | Link |
27
27
| ---| ---|
28
- | IRC | [ #ircdns] ( https://webchat.freenode.net /?channels=#ircdns ) on Freenode |
28
+ | IRC | [ #ircdns] ( https://web.libera.chat /?channels=#ircdns ) on Libera |
29
29
| GitHub | [ purpleidea] ( https://github.com/sponsors/purpleidea ) on GitHub |
30
30
| Patreon | [ purpleidea] ( https://www.patreon.com/purpleidea ) on Patreon |
31
31
| Liberapay | [ purpleidea] ( https://liberapay.com/purpleidea/donate ) on Liberapay |
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const (
76
76
var (
77
77
X_program string
78
78
X_version string
79
- X_server string = "irc.freenode.net :7000"
79
+ X_server string = "irc.libera.chat :7000"
80
80
X_channel string = defaultChannel
81
81
X_nick string = "ircdns"
82
82
)
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const (
48
48
var (
49
49
X_program string
50
50
X_version string
51
- X_server string = "irc.freenode.net :7000"
51
+ X_server string = "irc.libera.chat :7000"
52
52
X_channel string = defaultChannel
53
53
X_nick string = "ircdns"
54
54
X_me string = "purpleidea"
You can’t perform that action at this time.
0 commit comments