added a link in the IRC page to the tldp.org Beginner's Guide to IRC.

This commit is contained in:
Tony Baldwin 2012-03-03 09:12:33 -05:00
parent 99d9fddb6a
commit c35b9f94ba
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ $o = '';
// add the chatroom frame and some html // add the chatroom frame and some html
$o .= <<< EOT $o .= <<< EOT
<h2>IRC chat</h2> <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> <iframe src="http://webchat.freenode.net?channels=friendica" width="600" height="600"></iframe>
EOT; EOT;