# | Line 773 | Line 773 | user_set_hostmask(struct Client *target_ | |
---|---|---|
773 | userhost_add(target_p->username, target_p->host, !MyConnect(target_p)); | |
774 | AddFlag(target_p, FLAGS_USERHOST); | |
775 | ||
776 | < | if (MyClient(target_p)) |
776 | > | if (MyConnect(target_p)) |
777 | { | |
778 | sendto_one_numeric(target_p, &me, RPL_VISIBLEHOST, target_p->host); | |
779 | clear_ban_cache_client(target_p); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |