diff options
author | Panagiotis Vasilopoulos <hello@alwayslivid.com> | 2021-05-19 16:25:16 +0300 |
---|---|---|
committer | Patrick <tingping@tingping.se> | 2021-05-19 12:08:03 -0500 |
commit | a25f2381689d2c2279a0e43b33f6c0ec8305a096 (patch) | |
tree | 099cc029d5f9512e37ea0071c727afc972b6ea70 /src/common | |
parent | 90c91d6c9aa048eff8f8f8f888d37a21fd714522 (diff) |
Add Libera Chat to network list
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/servlist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index e44a3f2d..33bd80f2 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"}, |