diff options
author | PoorDog <poordog@openmailbox.org> | 2013-10-27 22:05:47 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-12-25 10:22:35 -0500 |
commit | 96fd4949bd2bead40db8bf044fd1429972bbe49e (patch) | |
tree | 1adc4d6801a06e7ed2ff8a63303092a8292de6b3 /src/common | |
parent | f87071b7e21f8d6b1d942e7521e7623393c8875f (diff) |
Add Techman's World IRC network
Closes #813
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 a3965945..46f99c5d 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"}, + {"Techman's World IRC", 0}, +#ifdef USE_OPENSSL + {0, "irc.techmansworld.com/+6697"}, +#endif + {0, "irc.techmansworld.com/6667"}, + {"TinyCrab", 0, 0, 0, LOGIN_SASL}, {0, "irc.tinycrab.net"}, |