From 0c2e08cf2b2975394ff1e3fb581e837d4b6868cf Mon Sep 17 00:00:00 2001 From: Remco Rijnders Date: Fri, 7 Jun 2013 04:58:34 +0200 Subject: [PATCH] Add Serenity-IRC to the list of networks available by default. --- src/common/servlist.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/servlist.c b/src/common/servlist.c index f66a7ea1..900567c1 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -494,6 +494,11 @@ static const struct defaultserver def[] = {"SeilEn.de", 0}, {0, "irc.seilen.de"}, + {"Serenity-IRC", 0}, + {0, "irc.serenity-irc.net"}, + {0, "eu.serenity-irc.net"}, + {0, "us.serenity-irc.net"}, + {"SlashNET", 0}, {0, "irc.slashnet.org"}, {0, "area51.slashnet.org"},