]> git.mxchange.org Git - friendica-addons.git/commitdiff
IRC addon: use the libera.chat webclient instead of the freenode one
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 11 Aug 2021 14:12:33 +0000 (16:12 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 11 Aug 2021 14:12:33 +0000 (16:12 +0200)
irc/irc.php

index b5ba5172d7fcc4d530ea6f10ddda02d483293acc..fb675c26a6c74e7a8537b5b785440c5d1845ece8 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" rel="noopener noreferrer">A beginner's guide to using IRC. [en]</a></p>
-<iframe src="//webchat.freenode.net?channels=$channels" style="width:100%; max-width:900px; height: 600px;"></iframe>
+<iframe src="//web.libera.chat?channels=$channels" style="width:100%; max-width:900px; height: 600px;"></iframe>
 EOT;
 
 return $o;