recheck users after applying SASL account cloaks

(so K-lines on them will take effect properly)
This commit is contained in:
Ed Kellett 2016-12-27 23:06:20 +00:00
parent dae6f5dbee
commit 5aeeea187e
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC

View file

@ -105,4 +105,6 @@ 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);
}