diff options
author | Patrick <tingping@tingping.se> | 2020-05-14 23:15:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 23:15:14 -0700 |
commit | f9adf88eca7698d19e83c8b525828efe661ac733 (patch) | |
tree | cb6304128e07cdd6cbc744b73bc729e9bce8d547 /src | |
parent | 82a424fc8a0377ec0d0981f5e6f9d23233a1aba3 (diff) |
Remove 2ch from network list
It split into multiple networks; Both are very small and can't even match our modern guidelines like supporting TLS. I'll just use this as an opportunity to clean up the list a bit. Closes #2465
Diffstat (limited to 'src')
-rw-r--r-- | src/common/servlist.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index 8b718a92..f4921a07 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -54,11 +54,6 @@ static const struct defaultserver def[] = /* Invalid hostname in cert */ {0, "irc.2600.net"}, - {"2ch", 0, 0, "iso-2022-jp", 0, 0}, - {0, "irc.2ch.sc"}, - {0, "irc.nurs.or.jp"}, - {0, "irc.juggler.jp"}, - {"AccessIRC", 0}, /* Self signed */ {0, "irc.accessirc.net"}, |