ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/client.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 2182 by michael, Tue Jun 4 12:19:04 2013 UTC vs.
Revision 2185 by michael, Tue Jun 4 12:29:18 2013 UTC

# Line 863 | Line 863 | exit_client(struct Client *source_p, str
863                             source_p->name, source_p->username, source_p->host, comment,
864                             ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ?
865                             "255.255.255.255" : source_p->sockhost);
866      sendto_realops_flags(UMODE_CCONN_FULL, L_ALL, SEND_NOTICE,
867                           "CLIEXIT: %s %s %s %s 0 %s",
868                           source_p->name,
869                           source_p->username,
870                           source_p->host,
871                           ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ?
872                           "255.255.255.255" : source_p->sockhost,
873                           comment);
866        ilog(LOG_TYPE_USER, "%s (%3u:%02u:%02u): %s!%s@%s %llu/%llu",
867             myctime(source_p->localClient->firsttime), (unsigned int)(on_for / 3600),
868             (unsigned int)((on_for % 3600)/60), (unsigned int)(on_for % 60),

Diff Legend

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