diff options
author | TingPing <tngpng@gmail.com> | 2013-06-02 17:27:50 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-06-02 17:27:50 -0700 |
commit | 51bf9165b25adf1cf4f370e7bfc88119ecc51552 (patch) | |
tree | 8b792c8114819a765b55514d33e6698ee91d53d6 /src/common | |
parent | c9b7a3f86eb410b2a088fbc76b30e7794100bd04 (diff) | |
parent | f1735f3ae12a3fc24163d77d4c2d27a932a179d7 (diff) |
Merge pull request #633 from FionnK/master
Add IRCNode to network list
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/servlist.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index 71abdc13..f66a7ea1 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -332,6 +332,12 @@ static const struct defaultserver def[] = {"IRCNet", 0}, {0, "open.ircnet.net"}, {0, "irc.de.ircnet.net"}, + + {"IRCNode", 0}, +#ifdef USE_OPENSSL + {0, "irc.ircnode.org/+6697"}, +#endif + {0, "irc.ircnode.org"}, {"Irctoo.net", 0}, {0, "irc.irctoo.net"}, |