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-7.2/src/s_user.c (file contents):
Revision 56 by michael, Mon Oct 3 11:33:30 2005 UTC vs.
Revision 159 by michael, Wed Oct 19 09:39:13 2005 UTC

# Line 424 | Line 424 | register_local_user(struct Client *clien
424  
425    if (source_p->id[0] == '\0' && me.id[0])
426    {
427 <    char *id = (char *) execute_callback(uid_get_cb, source_p);
427 >    char *id = (char *)execute_callback(uid_get_cb, source_p);
428      while (hash_find_id(id) != NULL)
429        id = uid_get(NULL);
430  
# Line 448 | Line 448 | register_local_user(struct Client *clien
448      return;
449  
450    if (ConfigFileEntry.invisible_on_connect)
451 +  {
452      source_p->umodes |= UMODE_INVISIBLE;
453 <  Count.invisi++;
453 >    Count.invisi++;
454 >  }
455  
456    if ((++Count.local) > Count.max_loc)
457    {

Diff Legend

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