Revert "recheck users after applying SASL account cloaks"
This reverts commit 4d401d3c60019cf96b07a012106cab9678b7a79d.
This commit is contained in:
parent
5aeeea187e
commit
40c4d9d85b
1 changed files with 0 additions and 2 deletions
|
@ -105,6 +105,4 @@ check_new_user(void *vdata)
|
||||||
if (0 == irccmp(source_p->host, source_p->orighost))
|
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");
|
change_nick_user_host(source_p, source_p->name, source_p->username, buf, 0, "Changing host");
|
||||||
strncpy(source_p->orighost, buf, HOSTLEN);
|
strncpy(source_p->orighost, buf, HOSTLEN);
|
||||||
|
|
||||||
check_client(source_p, source_p, source_p->username);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue