diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-01 17:01:01 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-01 17:01:01 +0200 |
commit | fb00928c9df3a8152113674f4b85ba0fdf1679c8 (patch) | |
tree | c12f41f277c7bec2870e9f950821d33c6a98635f | |
parent | c563d70aed0bad1036dbd05c0c5334846367243e (diff) |
Add Chat4all network
-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 7e89fd61..85644ea8 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -135,6 +135,12 @@ static const struct defaultserver def[] = {"Beirut", 0}, {0, "irc.beirut.com"}, + {"Chat4all", 0}, +#ifdef USE_OPENSSL + {0, "irc.chat4all.org/+7001"}, +#endif + {0, "irc.chat4all.org"}, + {"ChattingAway", 0}, {0, "irc.chattingaway.com"}, |