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-8/src/s_user.c (file contents):
Revision 1165 by michael, Thu Aug 11 18:56:53 2011 UTC vs.
Revision 1167 by michael, Thu Aug 11 20:13:38 2011 UTC

# Line 542 | Line 542 | register_remote_user(struct Client *sour
542      return;
543    }
544  
545 +  /*
546 +   * If the nick has been introduced by a services server,
547 +   * make it a service as well.
548 +   */
549 +  if (IsService(source_p->servptr))
550 +    SetService(source_p);
551 +
552    /* Increment our total user count here */
553    if (++Count.total > Count.max_tot)
554      Count.max_tot = Count.total;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines