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 6727 by michael, Wed Nov 4 15:27:25 2015 UTC vs.
Revision 6732 by michael, Wed Nov 4 21:56:03 2015 UTC

# 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);

Diff Legend

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