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/user.c (file contents):
Revision 8222 by michael, Sun Apr 16 12:19:09 2017 UTC vs.
Revision 8223 by michael, Sun Apr 16 12:54:01 2017 UTC

# Line 442 | Line 442 | register_local_user(struct Client *clien
442  
443    sendto_realops_flags(UMODE_CCONN, L_ALL, SEND_NOTICE,
444                         "Client connecting: %s (%s@%s) [%s] {%s} [%s] <%s>",
445 <                       client_p->name, client_p->username, client_p->host,
445 >                       client_p->name, client_p->username, client_p->realhost,
446                         client_p->sockhost,
447                         get_client_class(&client_p->connection->confs),
448                         client_p->info, client_p->id);
# Line 525 | Line 525 | register_remote_user(struct Client *clie
525      sendto_realops_flags(UMODE_FARCONNECT, L_ALL, SEND_NOTICE,
526                           "Client connecting at %s: %s (%s@%s) [%s] [%s] <%s>",
527                           client_p->servptr->name,
528 <                         client_p->name, client_p->username, client_p->host,
528 >                         client_p->name, client_p->username, client_p->realhost,
529                           client_p->sockhost, client_p->info, client_p->id);
530  
531    introduce_client(client_p);

Diff Legend

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