diff options
author | Foxy <52182237+LadyFoxy@users.noreply.github.com> | 2021-10-30 10:51:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-30 10:51:46 -0500 |
commit | b54593e7527566e1bb46e404ea8a91ee4e493f57 (patch) | |
tree | b47f46f6736c0780ac2a17391374dfba8d66ce93 /src/common | |
parent | 64da6ce1fc349d89eea2e70ec42cb7bd47b22a78 (diff) |
Update servlist.c (#2648)
Added irc.irc-nerds.net to the server 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 a203e702..160cc9e0 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -187,6 +187,9 @@ static const struct defaultserver def[] = {"Interlinked", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.interlinked.me"}, + {"Irc-Nerds", 0, 0, 0, LOGIN_SASL, 0, TRUE}, + {0, "irc.irc-nerds.net"}, + {"IRC4Fun", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.irc4fun.net"}, |