diff options
author | TingPing <tingping@tingping.se> | 2013-01-23 17:05:43 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-01-23 17:05:43 -0500 |
commit | 2bb4da5f0b9cb188df5c6d1b912b92031ac4a649 (patch) | |
tree | 781ebc0e79b1aac7e60f58388c509542e1e04251 /src | |
parent | 8b49f5f78715bdc0f1a4fcdccc5a414dd6514096 (diff) |
add station51 to servlist
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 00c1cc8e..b0804b1e 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -521,6 +521,12 @@ static const struct defaultserver def[] = {0, "tahoma.starchat.net"}, {0, "neo.starchat.net"}, + {"Station51", 0}, +#ifdef USE_OPENSSL + {0, "irc.station51.net/+6697"}, +#endif + {0, "irc.station51.net"}, + {"SwiftIRC", 0}, #ifdef USE_OPENSSL {0, "irc.swiftirc.net/+6697"}, |