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 5396 by michael, Tue Jan 20 13:40:41 2015 UTC vs.
Revision 5397 by michael, Tue Jan 20 14:07:34 2015 UTC

# Line 589 | Line 589 | register_remote_user(struct Client *sour
589    SetUserHost(source_p);
590  
591    if (HasFlag(source_p->servptr, FLAGS_EOB))
592 +  {
593      if (strcmp(source_p->sockhost, "0")) /* XXX: TBR */
594        sendto_realops_flags(UMODE_FARCONNECT, L_ALL, SEND_NOTICE,
595                             "Client connecting at %s: %s (%s@%s) [%s] [%s] <%s>",
# Line 601 | Line 602 | register_remote_user(struct Client *sour
602                             source_p->servptr->name,
603                             source_p->name, source_p->username, source_p->host,
604                             source_p->info, source_p->id);
605 +  }
606  
607    introduce_client(source_p);
608   }

Diff Legend

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