added /join command to irc chan names on live page
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 15 Mar 2019 19:38:07 +0000 (15:38 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 15 Mar 2019 19:38:07 +0000 (15:38 -0400)
this makes it easier for people to figure out how to join those channels

2019/assets/js/stream.js
2019/live/room123.html
2019/live/room144.html
2019/live/room155.html

index 0a44840e6f097b7469b3741a366e8b06f8e07ec3..35e700578ac81dfa51e849999d377a0086a49a15 100644 (file)
@@ -296,13 +296,13 @@ app.view = function(ctrl) {
     m("ul", [
       m("li", [
         "Conference-wide Freenode IRC channel: ",
-        m("strong", "#libreplanet")
+        m("strong", "/join #libreplanet")
       ]),
       m("li", [
         "Freenode IRC channel for ",
         stream.name,
         ": ",
-        m("strong", stream.ircChannel)
+        m("strong", ["/join ", stream.ircChannel])
       ]),
       m("li", [
         "Conference-wide Mumble (voice chat) server: ",
index 531138eb760d570ce75fcced95e758b5fac9cc73..e89e8fe8289f6729575a76d04b77dd823477302a 100755 (executable)
@@ -29,8 +29,8 @@
        <p>Join the discussion online!</p>
 
        <ul>
-         <li>Conference-wide Freenode IRC channel: <strong>#libreplanet</strong></li>
-         <li>Freenode IRC channel for Room 123: <strong>#libreplanet_room123</strong></li>
+         <li>Conference-wide Freenode IRC channel: <strong>/join #libreplanet</strong></li>
+         <li>Freenode IRC channel for Room 123: <strong>/join #libreplanet_room123</strong></li>
          <li>Conference-wide Mumble (voice chat) server: <strong>mumble.fsf.org</strong></li>
          <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
        </ul>
index 74e39513ca49414faabda1e86b3e99381794a9d0..b63aed938f0a0bb1c5042a53ddcc7949f6207f2d 100755 (executable)
@@ -28,8 +28,8 @@
        <p>Join the discussion online!</p>
 
        <ul>
-         <li>Conference-wide Freenode IRC channel: <strong>#libreplanet</strong></li>
-         <li>Freenode IRC channel for Room 144: <strong>#libreplanet_room144</strong></li>
+         <li>Conference-wide Freenode IRC channel: <strong>/join #libreplanet</strong></li>
+         <li>Freenode IRC channel for Room 144: <strong>/join #libreplanet_room144</strong></li>
          <li>Conference-wide Mumble (voice chat) server: <strong>mumble.fsf.org</strong></li>
          <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
        </ul>
index 4ee2944404c2af8cd7196a3418fc6436939f1c7a..8f5ab61672d8aa4c372c7caf93433d38af84d95f 100755 (executable)
@@ -28,8 +28,8 @@
        <p>Join the discussion online!</p>
 
        <ul>
-         <li>Conference-wide Freenode IRC channel: <strong>#libreplanet</strong></li>
-         <li>Freenode IRC channel for Room 155: <strong>#libreplanet_room155</strong></li>
+         <li>Conference-wide Freenode IRC channel: <strong>/join #libreplanet</strong></li>
+         <li>Freenode IRC channel for Room 155: <strong>/join #libreplanet_room155</strong></li>
          <li>Conference-wide Mumble (voice chat) server: <strong>mumble.fsf.org</strong></li>
          <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
        </ul>