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-7.2/src/client.c (file contents):
Revision 852 by db, Mon Feb 19 19:41:59 2007 UTC vs.
Revision 853 by db, Thu Feb 22 06:01:30 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,
973 >      sendto_realops_flags(UMODE_CCONN_FULL, L_ALL, "CLIEXIT: %s %s %s %s 0 %s",
974 >                           source_p->name,
975 >                           source_p->username,
976 >                           source_p->host,
977 >
978                             ConfigFileEntry.hide_spoof_ips && IsIPSpoof(source_p) ?
979 <                           "255.255.255.255" : source_p->sockhost);
979 >                           "255.255.255.255" : source_p->sockhost,
980 >                           comment);
981      }
982  
983      /* As soon as a client is known to be a server of some sort

Diff Legend

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