| # | Line 339 | Line 339 | set_vhost(struct Client *client_p, struc | |
|---|---|---|
| 339 | add_user_host(target_p->username, target_p->host, !MyConnect(target_p)); | |
| 340 | SetUserHost(target_p); | |
| 341 | ||
| 342 | + | clear_ban_cache_client(target_p); |
| 343 | + | |
| 344 | if (IsClient(target_p)) | |
| 345 | sendto_server(client_p, CAP_ENCAP, NOCAPS, | |
| 346 | ":%s ENCAP * CHGHOST %s %s", | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |