Skip to content

Commit dce256b

Browse files
devsnekdanielleadams
authored andcommitted
doc: remove references to deleted freenode channels
PR-URL: #39047 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent 5d92c09 commit dce256b

File tree

6 files changed

+6
-27
lines changed

6 files changed

+6
-27
lines changed

.github/SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resources:
1616

1717
* [Questions tagged 'node.js' on Stack Overflow](https://stackoverflow.com/questions/tagged/node.js)
1818
* [#nodejs](https://openjs-foundation.slack.com/archives/CK9Q4MB53) channel on the OpenJS Foundation Slack ([join here](https://slack-invite.openjsf.org/))
19-
* [#node.js channel on chat.freenode.net](https://webchat.freenode.net?channels=node.js&uio=d4)
19+
* [#node.js channel on libera.chat](https://web.libera.chat?channels=node.js&uio=d4)
2020
* [Node.js Slack Community](https://node-js.slack.com/)
2121
* To register: [nodeslackers.com](https://www.nodeslackers.com/)
2222

doc/guides/collaborator-guide.md

-2
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ git push upstream master
726726
### I made a mistake
727727

728728
* Ping a TSC member.
729-
* `#node-dev` on freenode.
730729
* With `git`, there's a way to override remote trees by force pushing
731730
(`git push -f`). This is generally forbidden as it creates conflicts in other
732731
people's forks. It is permissible for simpler slip-ups such as typos in commit
@@ -735,7 +734,6 @@ git push upstream master
735734
10-minute period passes, consider the commit final.
736735
* Use `--force-with-lease` to reduce the chance of overwriting someone else's
737736
change.
738-
* Post to `#node-dev` (IRC) if you force push.
739737

740738
### Long Term Support
741739

doc/guides/contributing/pull-requests.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,8 @@ help, questions and discussions.
5151
[#nodejs-dev](https://openjs-foundation.slack.com/archives/C019Y2T6STH) for
5252
development of Node.js core specifically.
5353

54-
Node.js also has two IRC channels:
55-
[#Node.js](https://webchat.freenode.net/?channels=node.js) for general help and
56-
questions, and
57-
[#node-dev](https://webchat.freenode.net/?channels=node-dev) for development of
58-
Node.js core specifically.
54+
Node.js also has an unofficial IRC channel:
55+
[#Node.js](https://web.libera.chat/?channels=node.js).
5956

6057
## Setting up your local environment
6158

@@ -298,8 +295,7 @@ $ git push --force-with-lease origin my-branch
298295

299296
**Important:** The `git push --force-with-lease` command is one of the few ways
300297
to delete history in `git`. Before you use it, make sure you understand the
301-
risks. If in doubt, you can always ask for guidance in the Pull Request or on
302-
[IRC in the #node-dev channel][].
298+
risks. If in doubt, you can always ask for guidance in the Pull Request.
303299

304300
If you happen to make a mistake in any of your commits, do not worry. You can
305301
amend the last commit (for example if you want to change the commit log).
@@ -593,7 +589,6 @@ More than one subsystem may be valid for any particular issue or pull request.
593589
[CI (Continuous Integration) test run]: #ci-testing
594590
[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
595591
[Collaborator Guide]: ../collaborator-guide.md
596-
[IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4
597592
[Onboarding guide]: ../../../onboarding.md
598593
[approved]: #getting-approvals-for-your-pull-request
599594
[benchmark results]: ../writing-and-running-benchmarks.md

doc/guides/releases.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Build is essential to make sure that the CI works, release files are published,
128128
and the release blog post is available on the project website.
129129

130130
Build can be contacted best by opening up an issue on the [Build issue
131-
tracker][], and by posting in `#node-build` on [webchat.freenode.net][].
131+
tracker][].
132132

133133
When preparing a security release, contact Build at least two weekdays in
134134
advance of the expected release. To ensure that the security patch(es) can be
@@ -912,4 +912,3 @@ take place once a new LTS line has been released.
912912
[Snap]: https://snapcraft.io/node
913913
[nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post.js
914914
[nodejs.org repository]: https://github.com/nodejs/nodejs.org
915-
[webchat.freenode.net]: https://webchat.freenode.net/

doc/node.1

+1-5
Original file line numberDiff line numberDiff line change
@@ -703,13 +703,9 @@ GitHub repository & Issue Tracker:
703703
.
704704
.Pp
705705
IRC (general questions):
706-
.Sy "chat.freenode.net #node.js"
706+
.Sy "libera.chat #node.js"
707707
(unofficial)
708708
.
709-
.Pp
710-
IRC (Node.js core development):
711-
.Sy "chat.freenode.net #node-dev"
712-
.
713709
.\"======================================================================
714710
.Sh AUTHORS
715711
Written and maintained by 1000+ contributors:

onboarding.md

-9
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ onboarding session.
5959
The project has two venues for real-time discussion:
6060
* [`#nodejs-dev`](https://openjs-foundation.slack.com/archives/C019Y2T6STH) on
6161
the [OpenJS Foundation](https://slack-invite.openjsf.org/)
62-
* `#node-dev` on [webchat.freenode.net](https://webchat.freenode.net/) is a
63-
great place to interact with the TSC and other Collaborators
64-
* If there are any questions after the session, a good place to ask is
65-
there!
66-
* Presence is not mandatory, but please drop a note there if force-pushing
67-
to `master`
6862

6963
## Project goals & values
7064

@@ -185,9 +179,6 @@ The project has two venues for real-time discussion:
185179
`7006` in the `PR_ID`.
186180
* The remaining elements on the form are typically unchanged.
187181
* If you need help with something CI-related:
188-
* Use #node-dev (IRC) to talk to other Collaborators.
189-
* Use #node-build (IRC) to talk to the Build WG members who maintain the CI
190-
infrastructure.
191182
* Use the [Build WG repo](https://github.com/nodejs/build) to file issues
192183
for the Build WG members who maintain the CI infrastructure.
193184

0 commit comments

Comments
 (0)