24 lines
696 B
Diff
24 lines
696 B
Diff
From fb0e8e2387ad3ce044458b9b7f7aaa0a2293d217 Mon Sep 17 00:00:00 2001
|
|
From: Panagiotis Vasilopoulos <hello@alwayslivid.com>
|
|
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"},
|