diff options
author | TingPing <tingping@tingping.se> | 2014-01-30 17:23:57 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-30 17:24:03 -0500 |
commit | b1a3c6135c5dd59c20e37bbd0b36843f29d5e5ec (patch) | |
tree | 85aacaa93bf168398f2cee0ad3a18cbcb9d6e8f4 /src/common | |
parent | a1f01aca0faf5a731d149cd18e6923e0fee046e3 (diff) |
Add synIRC to network list
Closes #888
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 46f99c5d..1139392f 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -463,6 +463,12 @@ static const struct defaultserver def[] = #endif {0, "irc.swiftirc.net/6667"}, + {"synIRC", 0}, +#ifdef USE_OPENSSL + {0, "irc.synirc.net/+6697"}, +#endif + {0, "irc.synirc.net/6667"}, + {"Techman's World IRC", 0}, #ifdef USE_OPENSSL {0, "irc.techmansworld.com/+6697"}, |