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

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 1976 by michael, Wed May 8 19:33:06 2013 UTC vs.
Revision 1991 by michael, Thu May 9 16:01:15 2013 UTC

# Line 918 | Line 918 | exit_client(struct Client *source_p, str
918      */
919      close_connection(source_p);
920    }
921 <  else if (IsClient(source_p))
921 >  else if (IsClient(source_p) && HasFlag(source_p->servptr, FLAGS_EOB))
922      sendto_realops_flags(UMODE_FARCONNECT, L_ALL, SEND_NOTICE,
923                           "Client exiting at %s: %s (%s@%s) [%s]",
924                           source_p->servptr->name, source_p->name,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines