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

Comparing ircd-hybrid/src/client.c (file contents):
Revision 849 by bear, Sun Jan 7 23:57:47 2007 UTC vs.
Revision 850 by db, Mon Feb 19 20:27:04 2007 UTC

# Line 810 | Line 810 | exit_client(struct Client *source_p, str
810          source_p->name, source_p->username, source_p->host, comment,
811          General.hide_spoof_ips && IsIPSpoof(source_p) ?
812          "255.255.255.255" : source_p->sockhost);
813 +      sendto_realops_flags(UMODE_CCONN_FULL, L_ALL, "CLIEXIT: %s %s %s %s %s",
814 +                           source_p->name, source_p->username, source_p->host,
815 +                           comment,
816 +                           General.hide_spoof_ips && IsIPSpoof(source_p) ?
817 +                           "255.255.255.255" : source_p->sockhost);
818      }
819      else if (IsServer(source_p))
820      {

Diff Legend

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