ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/user.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/user.c (file contents):
Revision 4440 by michael, Sat Aug 9 18:50:49 2014 UTC vs.
Revision 4557 by michael, Sat Aug 23 17:25:03 2014 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)