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.3/src/s_user.c (file contents):
Revision 1126 by michael, Sun Feb 20 14:30:12 2011 UTC vs.
Revision 1137 by michael, Sun May 29 19:04:06 2011 UTC

# Line 424 | Line 424 | register_local_user(struct Client *sourc
424    hash_add_id(source_p);
425  
426    sendto_realops_flags(UMODE_CCONN, L_ALL,
427 <                       "Client connecting: %s (%s@%s) [%s] {%s} [%s]",
427 >                       "Client connecting: %s (%s@%s) [%s] {%s} [%s] <%s>",
428                         source_p->name, source_p->username, source_p->host,
429                         ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ?
430                         "255.255.255.255" : source_p->sockhost,
431                         get_client_class(source_p),
432 <                       source_p->info);
432 >                       source_p->info, source_p->id);
433  
434    sendto_realops_flags(UMODE_CCONN_FULL, L_ALL,
435                         "CLICONN %s %s %s %s %s %s %s 0 %s",

Diff Legend

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