diff options
author | TingPing <tngpng@gmail.com> | 2013-05-24 21:12:00 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-05-24 21:12:00 -0700 |
commit | 11478719cd77ff303844a494c36d4361630d7f45 (patch) | |
tree | 4e9e7511490a31e534588ab721e97dd9f811d1a3 /src | |
parent | 270cde42f1f801060b4f733d7f70ab37413024d4 (diff) | |
parent | 7284addb09c8d0139b1169a32b72f6ba13534d32 (diff) |
Merge pull request #624 from Niichan/master
PonyChat added to network list
Diffstat (limited to 'src')
-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 a0a85695..f1581fc5 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -422,6 +422,12 @@ static const struct defaultserver def[] = {"PIRC.PL", 0}, {0, "irc.pirc.pl"}, + + {"PonyChat", 0}, +#ifdef USE_OPENSSL + {0, "irc.ponychat.net/+6697"}, +#endif + {0, "irc.ponychat.net"}, {"PTNet.org", 0}, {0, "irc.PTNet.org"}, |