diff options
author | TingPing <tngpng@gmail.com> | 2013-07-02 10:35:06 -0400 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-07-02 10:35:06 -0400 |
commit | 806c75f051366d10161b1d85d4419000b8086f8a (patch) | |
tree | b47630b89a4ec4a22e33e5f6b8c03ab64a5700a6 /src/common | |
parent | ee621d2435433c2af485bc3a4b52982c4ef7e487 (diff) |
Add 2ch network
Closes #666
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/servlist.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index ce57f975..5fc682ee 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -52,6 +52,10 @@ static const struct defaultserver def[] = {"2600net", 0}, {0, "irc.2600.net"}, + {"2ch", 0, 0, "iso-2022-jp", 0, 0}, + {0, "irc.2ch.net"}, + {0, "irc2.2ch.net"}, + /* {"7-indonesia", 0}, {0, "irc.7-indonesia.org"},*/ |