diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-15 10:40:39 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-15 10:40:39 +0200 |
commit | e8f7653cf0f315fcb75c434c4a46af28d80f2ec2 (patch) | |
tree | d68a5542a9bbcb44498bca9f8d93164702e4a287 /src | |
parent | c395a929e1e6008493bf3044a643f4d6e8df30c2 (diff) |
Add SwiftIRC
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 4581343f..2c6ee181 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -516,6 +516,12 @@ static const struct defaultserver def[] = {0, "tahoma.starchat.net"}, {0, "neo.starchat.net"}, + {"SwiftIRC", 0}, +#ifdef USE_OPENSSL + {0, "irc.swiftirc.net/+6697"}, +#endif + {0, "irc.swiftirc.net/6667"}, + /* {"TNI3", 0}, {0, "irc.tni3.com"},*/ |