From 9ce1b4c8f6dcb0270c63edf8a703d910253f1e3b Mon Sep 17 00:00:00 2001
From: Andrew Engelbrecht <andrew@fsf.org>
Date: Tue, 19 Mar 2019 15:51:11 -0400
Subject: [PATCH] Added help text after the IRC widget

---
 2019/live/index.html   | 5 +++++
 2019/live/room123.html | 3 +++
 2019/live/room144.html | 3 +++
 2019/live/room155.html | 3 +++
 4 files changed, 14 insertions(+)

diff --git a/2019/live/index.html b/2019/live/index.html
index a6b2e202..2a779d46 100755
--- a/2019/live/index.html
+++ b/2019/live/index.html
@@ -55,6 +55,11 @@ ffplay https://live.fsf.org/stream-155.webm
     <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet"
             class="irc-client">
     </iframe>
+
+    <div>
+        <p>To join other channels, such as <strong>#libreplanet_room123</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room123</strong></p>
+    </div>
+
   </div> <!-- end of main content -->
 
   <div class="col-sm-4"> <!-- start of right sidebar column -->
diff --git a/2019/live/room123.html b/2019/live/room123.html
index e89e8fe8..d9d2980c 100755
--- a/2019/live/room123.html
+++ b/2019/live/room123.html
@@ -41,6 +41,9 @@
                   class="irc-client">
           </iframe>
 	</div><!-- End of Kiwiirc widget -->
+        <div>
+            <p>To join other channels, such as <strong>#libreplanet_room123</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room123</strong></p>
+        </div>
   </div> <!-- end of main content -->
 
   <div class="col-sm-4"> <!-- start of right sidebar column -->
diff --git a/2019/live/room144.html b/2019/live/room144.html
index b63aed93..abeec98e 100755
--- a/2019/live/room144.html
+++ b/2019/live/room144.html
@@ -40,6 +40,9 @@
                   class="irc-client">
           </iframe>
 	</div><!-- End of Kiwiirc widget -->
+        <div>
+            <p>To join other channels, such as <strong>#libreplanet_room144</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room144</strong></p>
+        </div>
   </div> <!-- end of main content -->
 
   <div class="col-sm-4"> <!-- start of right sidebar column -->
diff --git a/2019/live/room155.html b/2019/live/room155.html
index 8f5ab616..8193c38a 100755
--- a/2019/live/room155.html
+++ b/2019/live/room155.html
@@ -40,6 +40,9 @@
                   class="irc-client">
           </iframe>
 	</div><!-- End of Kiwiirc widget -->
+        <div>
+            <p>To join other channels, such as <strong>#libreplanet_room155</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room155</strong></p>
+        </div>
   </div> <!-- end of main content -->
 
   <div class="col-sm-4"> <!-- start of right sidebar column -->
-- 
2.25.1