mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 21:03:42 +00:00
added a link in the IRC page to the tldp.org Beginner's Guide to IRC.
This commit is contained in:
parent
99d9fddb6a
commit
c35b9f94ba
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue