Skip to content

Commit fec12ed

Browse files
committed
misc: Switch to Libera IRC
1 parent a6dbab1 commit fec12ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ This came about over frustration with constant failures of the `ddclient`
1717
program, and the cost of finding a free dynamic dns service. They're either
1818
expensive or not long-lived. IRC servers have been around much longer, and I
1919
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/).
2121

2222
## Community:
2323

2424
Come join us in the `IRCdns` community!
2525

2626
| Medium | Link |
2727
|---|---|
28-
| IRC | [#ircdns](https://webchat.freenode.net/?channels=#ircdns) on Freenode |
28+
| IRC | [#ircdns](https://web.libera.chat/?channels=#ircdns) on Libera |
2929
| GitHub | [purpleidea](https://github.com/sponsors/purpleidea) on GitHub |
3030
| Patreon | [purpleidea](https://www.patreon.com/purpleidea) on Patreon |
3131
| Liberapay | [purpleidea](https://liberapay.com/purpleidea/donate) on Liberapay |

client/lookup.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const (
7676
var (
7777
X_program string
7878
X_version string
79-
X_server string = "irc.freenode.net:7000"
79+
X_server string = "irc.libera.chat:7000"
8080
X_channel string = defaultChannel
8181
X_nick string = "ircdns"
8282
)

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848
var (
4949
X_program string
5050
X_version string
51-
X_server string = "irc.freenode.net:7000"
51+
X_server string = "irc.libera.chat:7000"
5252
X_channel string = defaultChannel
5353
X_nick string = "ircdns"
5454
X_me string = "purpleidea"

0 commit comments

Comments
 (0)