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 @@ -10,7 +10,7 @@ DFeed is:
10
10
- an IRC bot
11
11
12
12
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 ) .
14
14
15
15
Quick start guide:
16
16
Original file line number Diff line number Diff line change 1
1
# IRC sink parameters.
2
2
3
3
# IRC server to connect to.
4
- #server = irc.freenode.net
4
+ #server = irc.libera.chat
5
5
6
6
# Port. Defaults to 6667.
7
7
#port = 6667
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ final class Dcaptcha : Captcha
51
51
` <input type="hidden" "dcaptcha_response_field"></input>` ~
52
52
` <input name="dcaptcha_response_field"></input>` ~
53
53
` <p><b>` ~ _! ` Hint` ~ ` </b>: ` ~ challenge.hint ~ ` </p>` ~
54
- ` <p>` ~ _! " Is the CAPTCHA too hard?\n Refresh the page to get a different question,\n or ask in the %s#d IRC channel on Freenode %s."
54
+ ` <p>` ~ _! " Is the CAPTCHA too hard?\n Refresh the page to get a different question,\n or ask in the %s#d IRC channel on Libera.Chat %s."
55
55
.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>` ) ~
57
57
` </p>`
58
58
;
59
59
}
You can’t perform that action at this time.
0 commit comments