Skip to content

Commit

Permalink
misc: Switch to Libera IRC
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleidea committed Jun 28, 2021
1 parent a6dbab1 commit fec12ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ This came about over frustration with constant failures of the `ddclient`
program, and the cost of finding a free dynamic dns service. They're either
expensive or not long-lived. IRC servers have been around much longer, and I
hope they stick around. Donate a few dollars to [me](https://www.patreon.com/purpleidea)
or [Freenode](https://freenode.net/).
or [Libera](https://libera.chat/).

## Community:

Come join us in the `IRCdns` community!

| Medium | Link |
|---|---|
| IRC | [#ircdns](https://webchat.freenode.net/?channels=#ircdns) on Freenode |
| IRC | [#ircdns](https://web.libera.chat/?channels=#ircdns) on Libera |
| GitHub | [purpleidea](https://github.com/sponsors/purpleidea) on GitHub |
| Patreon | [purpleidea](https://www.patreon.com/purpleidea) on Patreon |
| Liberapay | [purpleidea](https://liberapay.com/purpleidea/donate) on Liberapay |
Expand Down
2 changes: 1 addition & 1 deletion client/lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const (
var (
X_program string
X_version string
X_server string = "irc.freenode.net:7000"
X_server string = "irc.libera.chat:7000"
X_channel string = defaultChannel
X_nick string = "ircdns"
)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
var (
X_program string
X_version string
X_server string = "irc.freenode.net:7000"
X_server string = "irc.libera.chat:7000"
X_channel string = defaultChannel
X_nick string = "ircdns"
X_me string = "purpleidea"
Expand Down

0 comments on commit fec12ed

Please sign in to comment.