recheck users after applying SASL account cloaks
(so K-lines on them will take effect properly)
This commit is contained in:
parent
dae6f5dbee
commit
5aeeea187e
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue