From a25f2381689d2c2279a0e43b33f6c0ec8305a096 Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Wed, 19 May 2021 16:25:16 +0300 Subject: [PATCH] Add Libera Chat to network list --- src/common/servlist.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/servlist.c b/src/common/servlist.c index e44a3f2df..33bd80f2d 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -239,6 +239,9 @@ static const struct defaultserver def[] = /* Self signed */ {0, "irc.librairc.net"}, + {"Libera Chat", 0, 0, 0, LOGIN_SASL, 0, TRUE}, + {0, "irc.libera.chat"}, + #ifdef USE_OPENSSL {"LinkNet", 0}, {0, "irc.link-net.org/+7000"},