]> git.mxchange.org Git - friendica-addons.git/blobdiff - irc/irc.php
added a link in the IRC page to the tldp.org Beginner's Guide to IRC.
[friendica-addons.git] / irc / irc.php
index 397844e051f726ad86ae8867ba83865f8bc6bf43..a66fc82656417073d21f78ec35c20593b7755df9 100644 (file)
@@ -35,6 +35,7 @@ $o = '';
  // add the chatroom frame and some html
   $o .= <<< EOT
 <h2>IRC chat</h2>
+<p><a href="http://tldp.org/HOWTO/IRC/beginners.html" target="_blank">a beginner's guid to using IRC.</a></p>
 <iframe src="http://webchat.freenode.net?channels=friendica" width="600" height="600"></iframe>
 EOT;