From 2420919c632e1b672d73c93cda7422a768c95159 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 11 Aug 2021 16:12:33 +0200 Subject: [PATCH] IRC addon: use the libera.chat webclient instead of the freenode one --- irc/irc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/irc.php b/irc/irc.php index b5ba5172..fb675c26 100644 --- a/irc/irc.php +++ b/irc/irc.php @@ -110,7 +110,7 @@ function irc_content(&$a) { $o .= <<< EOT

IRC chat

A beginner's guide to using IRC. [en]

- + EOT; return $o;