diff options
author | Filippo Cortigiani <simos@simosnap.org> | 2021-05-24 04:12:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 02:12:20 +0000 |
commit | ad20708766c2ab11fe6eb23042883d3802d02145 (patch) | |
tree | 83bfcba6be5d0aa493cc9e8f23e88cd7ee7313b2 /src/common | |
parent | 37118a4d2b70c11a76c732346975c2745d3cc4c6 (diff) |
Added SimosNap to server list (#2349)
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 90197a5e..de75c8b9 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -307,6 +307,9 @@ static const struct defaultserver def[] = {"Serenity-IRC", 0}, {0, "irc.serenity-irc.net"}, + {"SimosNap", 0, 0, 0, LOGIN_SASL, 0, TRUE}, + {0, "irc.simosnap.com"}, + {"SlashNET", 0}, /* Self signed */ {0, "irc.slashnet.org"}, |