]> git.mxchange.org Git - friendica-addons.git/commitdiff
added a link in the IRC page to the tldp.org Beginner's Guide to IRC.
authorTony Baldwin <tony@baldwinsoftware.com>
Sat, 3 Mar 2012 14:12:33 +0000 (09:12 -0500)
committerTony Baldwin <tony@baldwinsoftware.com>
Sat, 3 Mar 2012 14:12:33 +0000 (09:12 -0500)
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;