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/s_user.c (file contents):
Revision 1921 by michael, Tue Apr 30 14:54:20 2013 UTC vs.
Revision 1976 by michael, Wed May 8 19:33:06 2013 UTC

# Line 92 | Line 92 | unsigned int user_modes[256] =
92    UMODE_CCONN_FULL,   /* C */
93    UMODE_DEAF,         /* D */
94    0,                  /* E */
95 <  0,                  /* F */
95 >  UMODE_FARCONNECT,   /* F */
96    UMODE_SOFTCALLERID, /* G */
97    UMODE_HIDDEN,       /* H */
98    0,                  /* I */
# Line 554 | Line 554 | register_remote_user(struct Client *sour
554    add_user_host(source_p->username, source_p->host, 1);
555    SetUserHost(source_p);
556  
557 +  if (HasFlag(source_p->servptr, FLAGS_EOB))
558 +    sendto_realops_flags(UMODE_FARCONNECT, L_ALL, SEND_NOTICE,
559 +                         "Client connecting at %s: %s (%s@%s) [%s] <%s>",
560 +                         source_p->servptr->name,
561 +                         source_p->name, source_p->username, source_p->host,
562 +                         source_p->info, source_p->id);
563 +
564    introduce_client(source_p);
565   }
566  

Diff Legend

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