X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/35f6f850b62d10299bdd2b6125aa659016c68127..9696c9d6ab029b9aed2eaf42462ea34754ca48d5:/src/s_user.c diff --git a/src/s_user.c b/src/s_user.c index 31e05c10..161cacc0 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -304,11 +304,6 @@ register_local_user(struct Client *client_p, struct Client *source_p, const char sendto_one_notice(source_p, ":*** Notice -- You have an illegal character in your hostname"); strlcpy(source_p->host, source_p->sockhost, sizeof(source_p->host)); - -#ifdef IPV6 - if(ConfigFileEntry.dot_in_ip6_addr == 1) - strlcat(source_p->host, ".", sizeof(source_p->host)); -#endif }