Revert "recheck users after applying SASL account cloaks"

This reverts commit 4d401d3c60019cf96b07a012106cab9678b7a79d.
This commit is contained in:
Ed Kellett 2017-01-04 18:36:07 +00:00
parent 5aeeea187e
commit 40c4d9d85b
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC

View file

@ -105,6 +105,4 @@ check_new_user(void *vdata)
if (0 == irccmp(source_p->host, source_p->orighost))
change_nick_user_host(source_p, source_p->name, source_p->username, buf, 0, "Changing host");
strncpy(source_p->orighost, buf, HOSTLEN);
check_client(source_p, source_p, source_p->username);
}