diff options
author | Lorenzo Ancora <34890309+LorenzoAncora@users.noreply.github.com> | 2021-05-24 03:47:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 20:47:33 -0500 |
commit | 6199635e7fbd220860e9b650b6d3fe63f60d4f80 (patch) | |
tree | 2770fc58c20db056a40677615f7e0bd0eb7abc5b /src/common | |
parent | c64dda4deae6edd676dfe4145adeb4fdf11be53a (diff) |
Add the official EU server to hackint network (#2495)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/servlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c index d15965af..90197a5e 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -198,6 +198,7 @@ static const struct defaultserver def[] = #ifdef USE_OPENSSL {"hackint", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.hackint.org"}, + {0, "irc.eu.hackint.org"}, #endif {"Hashmark", 0}, |