remove / replace mentions of Freenode
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 8 Mar 2022 17:15:10 +0000 (12:15 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 8 Mar 2022 17:15:10 +0000 (12:15 -0500)
2022/assets/js/stream.js

index 2ae77338ec122c97fb76fb6a2cb7c7a1dc0f3e06..f6cc0dbbdb4952d1daebbd908c7b2961676972a1 100644 (file)
@@ -315,11 +315,11 @@ app.view = function(ctrl) {
     m("p", "Join the discussion online!"),
     m("ul", [
       m("li", [
-        "Conference-wide Freenode IRC channel: ",
+        "Conference-wide Libera.Chat IRC channel: ",
         m("strong", "/join #libreplanet")
       ]),
       m("li", [
-        "Freenode IRC channel for ",
+        "IRC channel for ",
         stream.name,
         ": ",
         m("strong", ["/join ", stream.ircChannel])