diff options
author | Patrick <tingping@tingping.se> | 2021-06-26 10:51:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 10:51:32 -0500 |
commit | c5e0b22c55546f48f4c6f0380aa06e54ca485074 (patch) | |
tree | 5456fccdaa375ba1c062f9e495c61a0aecead7b9 /src/common | |
parent | c9145a14600abaed617de3d35689719af23168ea (diff) |
servlist: Add ICQ-Chat
Closes #2506
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/servlist.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index d9ea6e45..c5772bdb 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -182,7 +182,10 @@ static const struct defaultserver def[] = {"Hashmark", 0}, {0, "irc.hashmark.net"}, - + + {"ICQ-Chat", 0, 0, 0, LOGIN_SASL, 0, TRUE}, + {0, "irc.icq-chat.com"}, + {"Interlinked", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.interlinked.me"}, |