# | Line 877 | Line 877 | user_set_hostmask(struct Client *target_ | |
---|---|---|
877 | ||
878 | if (MyClient(target_p)) | |
879 | { | |
880 | < | sendto_one_numeric(target_p, &me, RPL_NEWHOSTIS, target_p->host); |
880 | > | sendto_one_numeric(target_p, &me, RPL_VISIBLEHOST, target_p->host); |
881 | clear_ban_cache_client(target_p); | |
882 | } | |
883 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |