Skip to content

Commit

Permalink
Update IRC references to Libera.Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed May 31, 2021
1 parent d01dd5d commit 33c3bed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DFeed is:
- an IRC bot

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

Quick start guide:

Expand Down
2 changes: 1 addition & 1 deletion config/sinks/irc/irc.ini.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# IRC sink parameters.

# IRC server to connect to.
#server = irc.freenode.net
#server = irc.libera.chat

# Port. Defaults to 6667.
#port = 6667
Expand Down
4 changes: 2 additions & 2 deletions src/dfeed/web/captcha/dcaptcha.d
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ final class Dcaptcha : Captcha
`<input type="hidden" "dcaptcha_response_field"></input>` ~
`<input name="dcaptcha_response_field"></input>` ~
`<p><b>` ~ _!`Hint` ~ `</b>: ` ~ challenge.hint ~ `</p>` ~
`<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."
`<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."
.replace("\n", `<br>`)
.format(`<a href="http://webchat.freenode.net?randomnick=1&channels=%23d">`, `</a>`) ~
.format(`<a href="https://web.libera.chat/#d">`, `</a>`) ~
`</p>`
;
}
Expand Down

0 comments on commit 33c3bed

Please sign in to comment.