shortened info about joining channels
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Mar 2021 22:33:57 +0000 (18:33 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Mar 2021 22:33:57 +0000 (18:33 -0400)
to make more fit on one fullscreen x200

2021/assets/js/stream.js

index 809c46326e1eddff336b0fae483b70ca655249ac..1e7686b7dbab62a35d0c1f45350d5619cb9155ef 100644 (file)
@@ -308,10 +308,7 @@ app.view = function(ctrl) {
   // show or hide irc info based on page URL
   if (!window.location.pathname.match(RegExp("\/2021\/live.*"))) {
     var irc_info = [
-      "Freenode IRC channel for ",
-      stream.name,
-      ": ",
-      m("br"),
+      "This room's channel: ",
       m("strong", ["/join ", stream.ircChannel])
     ];
   } else {