ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/src/client.c
(Generate patch)

Comparing ircd-hybrid-7.2/src/client.c (file contents):
Revision 759 by michael, Fri Aug 18 14:29:45 2006 UTC vs.
Revision 849 by db, Mon Feb 19 19:41:59 2007 UTC

# Line 970 | Line 970 | exit_client(struct Client *source_p, str
970                             source_p->name, source_p->username, source_p->host, comment,
971                             ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ?
972                             "255.255.255.255" : source_p->sockhost);
973 +      sendto_realops_flags(UMODE_CCONN_FULL, L_ALL, "CLIEXIT: %s %s %s %s %s",
974 +                           source_p->name, source_p->username, source_p->host, comment,
975 +                           ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ?
976 +                           "255.255.255.255" : source_p->sockhost);
977      }
978  
979      /* As soon as a client is known to be a server of some sort

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines