]> git.mxchange.org Git - friendica-addons.git/blobdiff - irc/irc.php
add source strings to plugins
[friendica-addons.git] / irc / irc.php
index 50eddb8cc939f45e62ce7d862f09c263731a9a21..bd7444a9eb9bd414488df7f0ff8ad664e8030a1f 100644 (file)
@@ -110,7 +110,7 @@ function irc_content(&$a) {
   $o .= <<< EOT
 <h2>IRC chat</h2>
 <p><a href="http://tldp.org/HOWTO/IRC/beginners.html" target="_blank">A beginner's guide to using IRC. [en]</a></p>
-<iframe src="http://webchat.freenode.net?channels=$channels" width="600" height="600"></iframe>
+<iframe src="//webchat.freenode.net?channels=$channels" width="600" height="600"></iframe>
 EOT;
 
 return $o;