Skip to content

Commit 33c3bed

Browse files
committed
Update IRC references to Libera.Chat
1 parent d01dd5d commit 33c3bed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DFeed is:
1010
- an IRC bot
1111

1212
DFeed is running on [forum.dlang.org](https://forum.dlang.org/)
13-
and the [#d channel on FreeNode](irc://chat.freenode.net/d).
13+
and the [#d channel on Libera.Chat](irc://irc.libera.chat/d).
1414

1515
Quick start guide:
1616

config/sinks/irc/irc.ini.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IRC sink parameters.
22

33
# IRC server to connect to.
4-
#server = irc.freenode.net
4+
#server = irc.libera.chat
55

66
# Port. Defaults to 6667.
77
#port = 6667

src/dfeed/web/captcha/dcaptcha.d

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ final class Dcaptcha : Captcha
5151
`<input type="hidden" "dcaptcha_response_field"></input>` ~
5252
`<input name="dcaptcha_response_field"></input>` ~
5353
`<p><b>` ~ _!`Hint` ~ `</b>: ` ~ challenge.hint ~ `</p>` ~
54-
`<p>` ~ _!"Is the CAPTCHA too hard?\nRefresh the page to get a different question,\nor ask in the %s#d IRC channel on Freenode%s."
54+
`<p>` ~ _!"Is the CAPTCHA too hard?\nRefresh the page to get a different question,\nor ask in the %s#d IRC channel on Libera.Chat%s."
5555
.replace("\n", `<br>`)
56-
.format(`<a href="http://webchat.freenode.net?randomnick=1&channels=%23d">`, `</a>`) ~
56+
.format(`<a href="https://web.libera.chat/#d">`, `</a>`) ~
5757
`</p>`
5858
;
5959
}

0 commit comments

Comments
 (0)