mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 02:03:40 +00:00
fixed irc chat...IT WORKS!
This commit is contained in:
parent
2ab37d3dbf
commit
11267085bf
1 changed files with 6 additions and 2 deletions
|
@ -33,8 +33,12 @@ $o = '';
|
||||||
|
|
||||||
|
|
||||||
// add the chatroom frame and some html
|
// add the chatroom frame and some html
|
||||||
$o .= '<h2>IRC chat</h2>';
|
$o .= <<< EOT
|
||||||
$o .= '<iframe src=\"http://webchat.freenode.net?channels=friendica\" width=\"600\" height=\"800\"></iframe>'
|
<h2>IRC chat</h2>
|
||||||
|
<iframe src="http://webchat.freenode.net?channels=friendica" width="600" height="800"></iframe>
|
||||||
|
EOT;
|
||||||
|
|
||||||
|
return $o;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue