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

Comparing ircd-hybrid-7.2/src/s_user.c (file contents):
Revision 503 by michael, Fri Mar 3 19:53:47 2006 UTC vs.
Revision 507 by michael, Sat Mar 4 08:20:28 2006 UTC

# Line 538 | Line 538 | register_remote_user(struct Client *clie
538                           source_p->host, source_p->from->name);
539      kill_client(client_p, source_p, "%s (Server doesn't exist)", me.name);
540  
541    /* XXX */
541      SetKilled(source_p);
542      exit_client(source_p, &me, "Ghosted Client");
543      return;
# Line 608 | Line 607 | introduce_client(struct Client *client_p
607     * -davidt
608     * rewritten to cope with SIDs .. eww eww eww --is
609     */
611
612  /* XXX THESE NEED A PREFIX!?!?!? */
610    if (!ServerInfo.hub && uplink && IsCapable(uplink, CAP_LL) &&
611        client_p != uplink)
612    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines