ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/core/m_squit.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/core/m_squit.c (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1618 by michael, Tue Oct 30 21:04:38 2012 UTC

# Line 100 | Line 100 | mo_squit(struct Client *client_p, struct
100  
101    if (MyConnect(target_p))
102    {
103 <    sendto_realops_flags(UMODE_ALL, L_ALL, "Received SQUIT %s from %s (%s)",
103 >    sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
104 >                         "Received SQUIT %s from %s (%s)",
105                           target_p->name, get_client_name(source_p, HIDE_IP), comment);
106      ilog(LOG_TYPE_IRCD, "Received SQUIT %s from %s (%s)",
107           target_p->name, get_client_name(source_p, HIDE_IP), comment);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines